Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-59197 (GCVE-0-2026-59197)
Vulnerability from cvelistv5 – Published: 2026-07-14 16:25 – Updated: 2026-07-21 18:50| URL | Tags |
|---|---|
| https://github.com/python-pillow/Pillow/security/… | x_refsource_CONFIRM |
| https://github.com/python-pillow/Pillow/pull/9695 | x_refsource_MISC |
| https://github.com/python-pillow/Pillow/commit/cc… | x_refsource_MISC |
| https://github.com/python-pillow/Pillow/releases/… | x_refsource_MISC |
| Vendor | Product | Version | |
|---|---|---|---|
| python-pillow | Pillow |
Affected:
< 12.3.0
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-59197",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-21T18:50:30.849980Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-07-21T18:50:40.019Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "Pillow",
"vendor": "python-pillow",
"versions": [
{
"status": "affected",
"version": "\u003c 12.3.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Pillow is a Python imaging library. Prior to 12.3.0, Pillow\u0027s public rank-filter API can trigger a native heap out-of-bounds write when given a very large odd filter size because ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation and ImagingExpand() computes output dimensions with unchecked signed int arithmetic. This issue is fixed in version 12.3.0."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-787",
"description": "CWE-787: Out-of-bounds Write",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-190",
"description": "CWE-190: Integer Overflow or Wraparound",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-14T16:25:23.520Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr"
},
{
"name": "https://github.com/python-pillow/Pillow/pull/9695",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/python-pillow/Pillow/pull/9695"
},
{
"name": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1"
},
{
"name": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
}
],
"source": {
"advisory": "GHSA-xj96-63gp-2gmr",
"discovery": "UNKNOWN"
},
"title": "Pillow: Heap out-of-bounds write in Pillow `ImageFilter.RankFilter` via integer overflow in `ImagingExpand`"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-59197",
"datePublished": "2026-07-14T16:25:23.520Z",
"dateReserved": "2026-07-02T19:53:48.831Z",
"dateUpdated": "2026-07-21T18:50:40.019Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-59197",
"date": "2026-08-11",
"epss": "0.00436",
"percentile": "0.36024"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-59197\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-07-14T17:17:14.487\",\"lastModified\":\"2026-07-21T19:17:11.907\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Pillow is a Python imaging library. Prior to 12.3.0, Pillow\u0027s public rank-filter API can trigger a native heap out-of-bounds write when given a very large odd filter size because ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation and ImagingExpand() computes output dimensions with unchecked signed int arithmetic. This issue is fixed in version 12.3.0.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"python-pillow\",\"product\":\"Pillow\",\"versions\":[{\"version\":\"\u003c 12.3.0\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H\",\"baseScore\":8.2,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":4.2}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-07-21T18:50:30.849980Z\",\"id\":\"CVE-2026-59197\",\"options\":[{\"exploitation\":\"poc\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"},{\"lang\":\"en\",\"value\":\"CWE-787\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:pillow:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"12.3.0\",\"matchCriteriaId\":\"6372231F-529B-45CD-978E-3F2AEFF5F95C\"}]}]}],\"references\":[{\"url\":\"https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python-pillow/Pillow/pull/9695\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://github.com/python-pillow/Pillow/releases/tag/12.3.0\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-08-11T18:39:47+00:00",
"cve": "CVE-2026-59197",
"id": "CVE-2026-59197",
"initial_release_date": "2026-07-14T16:25:23.520000+00:00",
"product_status:fixed": "128",
"product_status:known_affected": "64",
"product_status:known_not_affected": "718",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "Pillow: Pillow: Native heap out-of-bounds write",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-59197.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-08-11T00:03:13Z",
"cve": "CVE-2026-59197",
"id": "CVE-2026-59197",
"initial_release_date": "2026-07-15T18:48:17Z",
"product_status:first_fixed": "4",
"product_status:recommended": "37",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-59197",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-59197.json",
"version": "5"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-59197\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-07-21T18:50:30.849980Z\"}}}], \"references\": [{\"url\": \"https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-07-21T18:50:15.480Z\"}}], \"cna\": {\"title\": \"Pillow: Heap out-of-bounds write in Pillow `ImageFilter.RankFilter` via integer overflow in `ImagingExpand`\", \"source\": {\"advisory\": \"GHSA-xj96-63gp-2gmr\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 8.2, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"python-pillow\", \"product\": \"Pillow\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 12.3.0\"}]}], \"references\": [{\"url\": \"https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr\", \"name\": \"https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/python-pillow/Pillow/pull/9695\", \"name\": \"https://github.com/python-pillow/Pillow/pull/9695\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1\", \"name\": \"https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/python-pillow/Pillow/releases/tag/12.3.0\", \"name\": \"https://github.com/python-pillow/Pillow/releases/tag/12.3.0\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Pillow is a Python imaging library. Prior to 12.3.0, Pillow\u0027s public rank-filter API can trigger a native heap out-of-bounds write when given a very large odd filter size because ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation and ImagingExpand() computes output dimensions with unchecked signed int arithmetic. This issue is fixed in version 12.3.0.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-787\", \"description\": \"CWE-787: Out-of-bounds Write\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-190\", \"description\": \"CWE-190: Integer Overflow or Wraparound\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-07-14T16:25:23.520Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-59197\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-07-21T18:50:40.019Z\", \"dateReserved\": \"2026-07-02T19:53:48.831Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-07-14T16:25:23.520Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:50340
Vulnerability from csaf_redhat - Published: 2026-08-04 18:38 - Updated: 2026-08-11 18:50A flaw was found in ansible-core. The ansible-galaxy role install command processes dependency specifications from a role's meta/requirements.yml file. Due to improper neutralization of argument delimiters, a malicious role author can inject arbitrary git configuration flags through the src field. This allows arbitrary code execution on the machine of a user who installs the role via ansible-galaxy role install.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in the Event-Driven Ansible (EDA) server. The ExternalEventStreamViewSet uses permissive access controls (permission_classes=[AllowAny], authentication_classes=[]) and relies solely on the Subject HTTP header value for mTLS authentication without verifying that the header originated from a trusted proxy. Additionally, the expected certificate Distinguished Name is leaked in the 403 error response body. An attacker who can reach the EDA API endpoint with a spoofed Subject header can inject arbitrary events into mTLS-protected event streams, triggering downstream automation actions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the `expand()` function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-loop blocking. This can result in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in fast-uri. This vulnerability occurs because fast-uri fails to properly convert Unicode (Internationalized Domain Name - IDN) hostnames for HTTP-family URLs. This can lead to a situation where security policies, such as denylists or redirect validations, are bypassed when applications use fast-uri to enforce these policies before passing the URL to another parser. A remote attacker could exploit this to circumvent security controls and potentially access unauthorized resources or perform malicious redirects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in aap-gateway, a component of Ansible Automation Platform's Event-Driven Ansible (EDA). An unauthenticated remote attacker can bypass mutual Transport Layer Security (mTLS) authentication for event streams. This is achieved by manipulating the event stream URL and forging the HTTP Subject header. The system also inadvertently discloses the expected certificate subject in error messages, which simplifies the attack. This vulnerability allows an attacker to inject arbitrary events into EDA, potentially triggering automated workflows.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in AIOHTTP, an asynchronous HTTP client/server framework for asyncio and Python. An attacker could exploit this vulnerability by providing untrusted input to the `CookieJar.load()` function. This could potentially lead to arbitrary code execution, allowing the attacker to run malicious code on the affected system. This issue is most likely to occur in applications that allow attacker-controlled files to be loaded.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in quic-go, an implementation of the QUIC protocol in Go. A remote attacker can exploit this by sending specially crafted HTTP/3 trailer fields. This can cause the system to allocate excessive memory, leading to a denial-of-service (DoS) condition where the affected server or client may crash or run out of resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in daphne. An unauthenticated remote attacker could exploit this vulnerability by sending arbitrarily large WebSocket messages or frames. This oversight in payload size handling can lead to excessive memory consumption, resulting in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
A flaw was found in PyJWT, a Python library for JSON Web Token (JWT) implementation. When decoding JWTs, the library fails to validate the use of JSON Web Keys (JWK) in the HMAC algorithm while also supporting asymmetric algorithms. This allows a remote attacker to use the issuer's public key as the secret key for the HMAC algorithm, leading to the ability to forge JWTs. This vulnerability can result in authentication bypass or unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
A flaw was found in joserfc, a Python library for JSON Object Signing and Encryption (JOSE). This vulnerability allows a remote attacker to cause resource exhaustion, leading to a Denial of Service (DoS), by sending oversized JSON Web Signature (JWS) payloads. The library fails to apply size limits, specifically JWSRegistry.max_payload_length, when processing RFC7797 b64=false JWS payloads.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in Pillow prior to 12.3.0. When an uncompressed McIdas AREA image is loaded from a filename through the mmap raw codec path, attacker-controlled header words can set a row stride smaller than the natural row width. Pixel access such as Image.tobytes(), getpixel, convert, or save can then read beyond the mapped region, disclosing adjacent process memory or causing a fault.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library's font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker to trigger an unreasonable consumption of system memory, leading to a denial of service (DoS) for the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
A flaw was found in Starlette where the request.form() method silently ignores configured resource limits (max_fields and max_part_size) when parsing application/x-www-form-urlencoded data. An unauthenticated attacker can exploit this by sending a urlencoded request body with an arbitrarily large number of fields or an oversized field, causing denial of service through resource exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing a specially crafted BDF font file. The library's image processing function fails to properly validate dimensions from the font file, bypassing a critical security check designed to prevent excessive memory usage. This oversight can lead to the system consuming an unreasonable amount of memory, making it unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted GD 2.x image file. The GdImageFile._open() function reads image dimensions without proper validation, leading to excessive memory allocation. This can result in a Denial of Service (DoS) due to C-heap exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in Pillow prior to 12.3.0. The public RankFilter API can trigger a native heap out-of-bounds write when given a very large odd filter size. ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation, and ImagingExpand() computes output dimensions with unchecked signed integer arithmetic. This can lead to denial of service and limited integrity impact via heap corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value, this can cause excessive CPU and memory consumption, leading to a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
A flaw was found in httplib2, a Python HTTP client library. This vulnerability allows a malicious or compromised HTTP server to send a small compressed data payload that, when decompressed by httplib2, expands to an extremely large size in memory. This unbounded decompression can lead to a Denial of Service (DoS) by causing the client application to run out of memory and crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Ansible Automation Platform 2.7",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nFor details about this release, refer to the release notes 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:50340",
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-11332",
"url": "https://access.redhat.com/security/cve/CVE-2026-11332"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-12383",
"url": "https://access.redhat.com/security/cve/CVE-2026-12383"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-13149",
"url": "https://access.redhat.com/security/cve/CVE-2026-13149"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-13676",
"url": "https://access.redhat.com/security/cve/CVE-2026-13676"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-18141",
"url": "https://access.redhat.com/security/cve/CVE-2026-18141"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34993",
"url": "https://access.redhat.com/security/cve/CVE-2026-34993"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40898",
"url": "https://access.redhat.com/security/cve/CVE-2026-40898"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-44545",
"url": "https://access.redhat.com/security/cve/CVE-2026-44545"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-48526",
"url": "https://access.redhat.com/security/cve/CVE-2026-48526"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-48990",
"url": "https://access.redhat.com/security/cve/CVE-2026-48990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54058",
"url": "https://access.redhat.com/security/cve/CVE-2026-54058"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54060",
"url": "https://access.redhat.com/security/cve/CVE-2026-54060"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54283",
"url": "https://access.redhat.com/security/cve/CVE-2026-54283"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-55379",
"url": "https://access.redhat.com/security/cve/CVE-2026-55379"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-55380",
"url": "https://access.redhat.com/security/cve/CVE-2026-55380"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59197",
"url": "https://access.redhat.com/security/cve/CVE-2026-59197"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59886",
"url": "https://access.redhat.com/security/cve/CVE-2026-59886"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59939",
"url": "https://access.redhat.com/security/cve/CVE-2026-59939"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7/whats_new-async_updates",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7/whats_new-async_updates"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_50340.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.7 Container Release Update",
"tracking": {
"current_release_date": "2026-08-11T18:50:46+00:00",
"generator": {
"date": "2026-08-11T18:50:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.14"
}
},
"id": "RHSA-2026:50340",
"initial_release_date": "2026-08-04T18:38:09+00:00",
"revision_history": [
{
"date": "2026-08-04T18:38:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-08T04:36:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-11T18:50:46+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.7",
"product": {
"name": "Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.7::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3A9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=1785438916"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9\u0026tag=1785413994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Afc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9\u0026tag=1785370597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3Afa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=1785438918"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3Abad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9\u0026tag=1785373001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-devspaces-rhel9@sha256%3A5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9\u0026tag=1785356349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3Af66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9\u0026tag=1785442801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3Ad2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9\u0026tag=1785426734"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Aa9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9\u0026tag=1785375273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator\u0026tag=1785283956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9\u0026tag=1785374970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3Acb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/controller-rhel9\u0026tag=1785378052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3Ad6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator\u0026tag=1785284040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3A665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9\u0026tag=1785374869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3Ae07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator\u0026tag=1785284218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9\u0026tag=1785378596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/gateway-rhel9\u0026tag=1785435970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3Adf86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator\u0026tag=1785284604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9\u0026tag=1785374215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3Ab5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/hub-rhel9\u0026tag=1785376164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3Af3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator\u0026tag=1785284271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3Afc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9\u0026tag=1785379466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9-operator@sha256%3A78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator\u0026tag=1785284053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3A551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9\u0026tag=1785375884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3Ab08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9\u0026tag=1785446384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9\u0026tag=1785448519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3Afb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9\u0026tag=1785362265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9\u0026tag=1785359851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9\u0026tag=1785405904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator\u0026tag=1785284988"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3Aa5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9\u0026tag=1785344556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3A72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/receptor-rhel9\u0026tag=1785389482"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3Ad014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9\u0026tag=1785413994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Aaf38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9\u0026tag=1785370597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3Ad997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9\u0026tag=1785373001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-devspaces-rhel9@sha256%3Add6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9\u0026tag=1785356349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3Af7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9\u0026tag=1785442801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9\u0026tag=1785426734"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Ace712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9\u0026tag=1785375273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator\u0026tag=1785283956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3Ab0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9\u0026tag=1785374970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/controller-rhel9\u0026tag=1785378052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator\u0026tag=1785284040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3A0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9\u0026tag=1785374869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator\u0026tag=1785284218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9\u0026tag=1785378596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/gateway-rhel9\u0026tag=1785435970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3Ab2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator\u0026tag=1785284604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9\u0026tag=1785374215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3A6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/hub-rhel9\u0026tag=1785376164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator\u0026tag=1785284271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9\u0026tag=1785379466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9-operator@sha256%3A72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator\u0026tag=1785284053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3Aafc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9\u0026tag=1785375884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3Af1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9\u0026tag=1785446384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9\u0026tag=1785448519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9\u0026tag=1785362265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3Ad0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9\u0026tag=1785359851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3Abf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9\u0026tag=1785405904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator\u0026tag=1785284988"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9\u0026tag=1785344556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3A90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-27/receptor-rhel9\u0026tag=1785389482"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64 as a component of Red Hat Ansible Automation Platform 2.7",
"product_id": "Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.7"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Tommaso Bona"
]
}
],
"cve": "CVE-2026-11332",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-04-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2485379"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ansible-core. The ansible-galaxy role install command processes dependency specifications from a role\u0027s meta/requirements.yml file. Due to improper neutralization of argument delimiters, a malicious role author can inject arbitrary git configuration flags through the src field. This allows arbitrary code execution on the machine of a user who installs the role via ansible-galaxy role install.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible-core: argument injection in ansible-galaxy role install leads to arbitrary code execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Conditions for Exploitation: Successful exploitation requires user interaction, specifically tricking a victim into installing a maliciously crafted Ansible role (or a role with a malicious dependency) using the ansible-galaxy role install command.\n\nBroad Impact: While user interaction is required, the potential impact is highly severe. Successfully injecting the malicious arguments allows a remote attacker to achieve arbitrary code execution on the machine running the Ansible command, leading to a full compromise of the user\u0027s environment and system integrity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-11332"
},
{
"category": "external",
"summary": "RHBZ#2485379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2485379"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-11332",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11332"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-11332",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-11332"
},
{
"category": "external",
"summary": "https://github.com/ansible/ansible",
"url": "https://github.com/ansible/ansible"
}
],
"release_date": "2026-06-05T07:12:55.739000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ansible-core: argument injection in ansible-galaxy role install leads to arbitrary code execution"
},
{
"acknowledgments": [
{
"names": [
"Chris Meyers"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2026-12383",
"cwe": {
"id": "CWE-345",
"name": "Insufficient Verification of Data Authenticity"
},
"discovery_date": "2026-06-16T10:09:09.069000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2489127"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Event-Driven Ansible (EDA) server. The ExternalEventStreamViewSet uses permissive access controls (permission_classes=[AllowAny], authentication_classes=[]) and relies solely on the Subject HTTP header value for mTLS authentication without verifying that the header originated from a trusted proxy. Additionally, the expected certificate Distinguished Name is leaked in the 403 error response body. An attacker who can reach the EDA API endpoint with a spoofed Subject header can inject arbitrary events into mTLS-protected event streams, triggering downstream automation actions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "eda-server: ExternalEventStreamViewSet trusts Subject header without validation and leaks expected DN",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is a defense-in-depth failure in EDA that becomes exploitable when combined with the gateway header-forwarding issue (tracked as a separate CVE). EDA should not rely solely on an HTTP header for mTLS authentication. The DN leak in the error response further reduces the difficulty of exploitation. EDA has been included in AAP since version 2.4. The mTLS external event stream feature and the trust-of-Subject-header pattern apply to all EDA versions that support external event streams with mTLS authentication.",
"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 Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-12383"
},
{
"category": "external",
"summary": "RHBZ#2489127",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2489127"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-12383",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12383"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-12383",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-12383"
}
],
"release_date": "2026-07-27T19:04:53.794000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "The following practices would help for avoiding exposure and mitigate this flaw:\n\n- Ensure the EDA server is not directly accessible from untrusted networks; all traffic should route through the AAP Gateway which should perform mTLS validation.\n- If possible, configure network-level access controls to restrict which source IPs can reach the EDA backend API.\n- Monitor EDA event streams for unexpected events_received counter changes.\n- Review and rotate mTLS client certificates if unauthorized access is suspected, as the expected DN may have been leaked via the 403 error response.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "eda-server: ExternalEventStreamViewSet trusts Subject header without validation and leaks expected DN"
},
{
"cve": "CVE-2026-13149",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-06-30T10:00:59.843854+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494813"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the `expand()` function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-loop blocking. This can result in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in brace-expansion, a widely-used npm package for expanding brace sequences. The expand() function exhibits exponential-time complexity when processing consecutive non-expanding brace groups. An attacker who can supply crafted input to expand(), directly or transitively via minimatch or glob, can cause significant CPU consumption and event-loop blocking, resulting in denial of service. The max option does not mitigate this issue, as it bounds the output size rather than the recursion work.",
"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 Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-13149"
},
{
"category": "external",
"summary": "RHBZ#2494813",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494813"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-13149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-13149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-13149"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/c7e33ec13ac1a684c116720843ce24e208611754",
"url": "https://github.com/juliangruber/brace-expansion/commit/c7e33ec13ac1a684c116720843ce24e208611754"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/brace-expansion",
"url": "https://www.npmjs.com/package/brace-expansion"
}
],
"release_date": "2026-06-30T08:30:34.502000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "There is no practical mitigation for this vulnerability. The brace-expansion package is typically a transitive dependency pulled in via minimatch and glob, making it difficult to isolate. Users should upgrade to a fixed version of brace-expansion when one becomes available.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity"
},
{
"cve": "CVE-2026-13676",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-06-29T14:01:55.592330+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494197"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-uri. This vulnerability occurs because fast-uri fails to properly convert Unicode (Internationalized Domain Name - IDN) hostnames for HTTP-family URLs. This can lead to a situation where security policies, such as denylists or redirect validations, are bypassed when applications use fast-uri to enforce these policies before passing the URL to another parser. A remote attacker could exploit this to circumvent security controls and potentially access unauthorized resources or perform malicious redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-uri: fast-uri: Security policy bypass due to improper Unicode hostname canonicalization",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in `fast-uri` allows a remote attacker to bypass host-based security policies. Applications that rely on `fast-uri` for URL parsing and policy enforcement, such as denylists or redirect validations, can be circumvented due to inconsistent handling of Unicode hostnames. This discrepancy between `fast-uri` and other URL parsers could lead to unauthorized resource access or malicious redirects in affected Red Hat products.",
"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 Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-13676"
},
{
"category": "external",
"summary": "RHBZ#2494197",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494197"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-13676",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13676"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-13676",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-13676"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/fastify/fast-uri/security/advisories/GHSA-4c8g-83qw-93j6",
"url": "https://github.com/fastify/fast-uri/security/advisories/GHSA-4c8g-83qw-93j6"
}
],
"release_date": "2026-06-29T13:22:44.674000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-uri: fast-uri: Security policy bypass due to improper Unicode hostname canonicalization"
},
{
"cve": "CVE-2026-18141",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-07-28T18:46:28.174000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2508155"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in aap-gateway, a component of Ansible Automation Platform\u0027s Event-Driven Ansible (EDA). An unauthenticated remote attacker can bypass mutual Transport Layer Security (mTLS) authentication for event streams. This is achieved by manipulating the event stream URL and forging the HTTP Subject header. The system also inadvertently discloses the expected certificate subject in error messages, which simplifies the attack. This vulnerability allows an attacker to inject arbitrary events into EDA, potentially triggering automated workflows.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aap-gateway: aap-gateway: Authentication bypass in Event-Driven Ansible via forged HTTP header",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: Ansible Automation Platform 2.6 Event-Driven Ansible (EDA) is vulnerable to an authentication bypass, allowing unauthenticated remote attackers to inject arbitrary events into mTLS-protected event streams. This is due to a flaw in the `aap-gateway` configuration that permits bypassing mTLS by manipulating the URL and forging the Subject HTTP header. The vulnerability is exacerbated by information disclosure, where error messages reveal the expected certificate subject, simplifying targeted exploitation against default mTLS deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-18141"
},
{
"category": "external",
"summary": "RHBZ#2508155",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2508155"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-18141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-18141"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-18141",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-18141"
}
],
"release_date": "2026-07-31T15:28:47.213000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "Restrict network access to the EDA event stream endpoints at the firewall or load balancer level. Ensure that only trusted sources are permitted to reach the event stream ports. Additionally, monitor EDA event logs for any unexpected events originating from unverified sources.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aap-gateway: aap-gateway: Authentication bypass in Event-Driven Ansible via forged HTTP header"
},
{
"cve": "CVE-2026-34993",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-06-02T20:01:12.690409+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484099"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in AIOHTTP, an asynchronous HTTP client/server framework for asyncio and Python. An attacker could exploit this vulnerability by providing untrusted input to the `CookieJar.load()` function. This could potentially lead to arbitrary code execution, allowing the attacker to run malicious code on the affected system. This issue is most likely to occur in applications that allow attacker-controlled files to be loaded.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP: Arbitrary code execution via untrusted input to CookieJar.load()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in AIOHTTP, a Python asynchronous HTTP framework, due to potential arbitrary code execution. The vulnerability arises when applications load untrusted input into the `CookieJar.load()` function. Exploitation requires an application to be configured to process attacker-controlled files, which is not a default or common scenario in most Red Hat product deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34993"
},
{
"category": "external",
"summary": "RHBZ#2484099",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484099"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34993"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34993",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34993"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/dcf40f30637e8752c76781cf6703b5a236749a00",
"url": "https://github.com/aio-libs/aiohttp/commit/dcf40f30637e8752c76781cf6703b5a236749a00"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jg22-mg44-37j8",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jg22-mg44-37j8"
}
],
"release_date": "2026-06-02T18:29:15.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "Applications using AIOHTTP that are configured to load untrusted files via the `CookieJar.load()` function should implement input sanitization prior to loading. This prevents the injection of malicious code.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: AIOHTTP: Arbitrary code execution via untrusted input to CookieJar.load()"
},
{
"cve": "CVE-2026-40898",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-04T19:00:56.584166+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484875"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in quic-go, an implementation of the QUIC protocol in Go. A remote attacker can exploit this by sending specially crafted HTTP/3 trailer fields. This can cause the system to allocate excessive memory, leading to a denial-of-service (DoS) condition where the affected server or client may crash or run out of resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/quic-go/quic-go: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial-of-service flaw in `quic-go` that allows a remote attacker to exhaust system memory by sending specially crafted HTTP/3 trailer fields. This can lead to crashes or resource unavailability in affected Red Hat products utilizing `quic-go` for HTTP/3 communication, impacting both client and server implementations.",
"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 Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40898"
},
{
"category": "external",
"summary": "RHBZ#2484875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484875"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40898",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40898"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40898",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40898"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/releases/tag/v0.59.1",
"url": "https://github.com/quic-go/quic-go/releases/tag/v0.59.1"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9",
"url": "https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9"
}
],
"release_date": "2026-06-04T17:43:36.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/quic-go/quic-go: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers"
},
{
"cve": "CVE-2026-44545",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-03T15:01:49.007231+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484377"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in daphne. An unauthenticated remote attacker could exploit this vulnerability by sending arbitrarily large WebSocket messages or frames. This oversight in payload size handling can lead to excessive memory consumption, resulting in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "daphne: daphne: Denial of Service via excessive WebSocket message size",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44545"
},
{
"category": "external",
"summary": "RHBZ#2484377",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484377"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44545",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44545"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44545",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44545"
},
{
"category": "external",
"summary": "https://github.com/django/daphne/blob/main/CHANGELOG.txt",
"url": "https://github.com/django/daphne/blob/main/CHANGELOG.txt"
}
],
"release_date": "2026-06-03T13:17:42.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
}
],
"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 Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "daphne: daphne: Denial of Service via excessive WebSocket message size"
},
{
"cve": "CVE-2026-48526",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-05-28T16:01:22.805235+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482734"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PyJWT, a Python library for JSON Web Token (JWT) implementation. When decoding JWTs, the library fails to validate the use of JSON Web Keys (JWK) in the HMAC algorithm while also supporting asymmetric algorithms. This allows a remote attacker to use the issuer\u0027s public key as the secret key for the HMAC algorithm, leading to the ability to forge JWTs. This vulnerability can result in authentication bypass or unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pyjwt: PyJWT: Authentication bypass due to forged JSON Web Tokens",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important vulnerability in PyJWT allows for authentication bypass and unauthorized access. It occurs when a JWT verifier is misconfigured to accept both symmetric and asymmetric algorithms, and a public JSON Web Key is erroneously used as the HMAC secret. Red Hat products are only affected if they utilize this specific, non-standard verifier configuration.",
"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 Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48526"
},
{
"category": "external",
"summary": "RHBZ#2482734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482734"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48526"
},
{
"category": "external",
"summary": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-xgmm-8j9v-c9wx",
"url": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-xgmm-8j9v-c9wx"
}
],
"release_date": "2026-05-28T15:09:09.258000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pyjwt: PyJWT: Authentication bypass due to forged JSON Web Tokens"
},
{
"cve": "CVE-2026-48990",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-17T22:00:51.839483+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2490168"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in joserfc, a Python library for JSON Object Signing and Encryption (JOSE). This vulnerability allows a remote attacker to cause resource exhaustion, leading to a Denial of Service (DoS), by sending oversized JSON Web Signature (JWS) payloads. The library fails to apply size limits, specifically JWSRegistry.max_payload_length, when processing RFC7797 b64=false JWS payloads.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "joserfc: joserfc: Resource exhaustion via oversized JSON Web Signature (JWS) payloads",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48990"
},
{
"category": "external",
"summary": "RHBZ#2490168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2490168"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48990"
},
{
"category": "external",
"summary": "https://github.com/authlib/joserfc/releases/tag/1.6.7",
"url": "https://github.com/authlib/joserfc/releases/tag/1.6.7"
},
{
"category": "external",
"summary": "https://github.com/authlib/joserfc/security/advisories/GHSA-wphv-vfrh-23q5",
"url": "https://github.com/authlib/joserfc/security/advisories/GHSA-wphv-vfrh-23q5"
}
],
"release_date": "2026-06-17T21:08:10.534000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "The risk can be mitigated by rejecting oversized serialized JWS inputs before they reach joserfc and enforcing strict request/body size limits at the application or reverse-proxy layer.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "joserfc: joserfc: Resource exhaustion via oversized JSON Web Signature (JWS) payloads"
},
{
"cve": "CVE-2026-54058",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-07-14T17:02:34.864708+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500057"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow prior to 12.3.0. When an uncompressed McIdas AREA image is loaded from a filename through the mmap raw codec path, attacker-controlled header words can set a row stride smaller than the natural row width. Pixel access such as Image.tobytes(), getpixel, convert, or save can then read beyond the mapped region, disclosing adjacent process memory or causing a fault.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA image",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Pillow is vulnerable to an out-of-bounds read when processing a crafted uncompressed McIdas AREA image via the mmap raw codec. A remote attacker who can supply such an image to a service that loads it without user interaction may disclose adjacent process memory or trigger a denial of service. Fixed in Pillow 12.3.0.",
"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 Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54058"
},
{
"category": "external",
"summary": "RHBZ#2500057",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500057"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54058"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54058",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54058"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/6a8de891fb00968e5ea79bfa84368ed90b3cfc1d",
"url": "https://github.com/python-pillow/Pillow/commit/6a8de891fb00968e5ea79bfa84368ed90b3cfc1d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9719",
"url": "https://github.com/python-pillow/Pillow/pull/9719"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-62p4-gmf7-7g93",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-62p4-gmf7-7g93"
}
],
"release_date": "2026-07-14T16:27:38.050000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA image"
},
{
"cve": "CVE-2026-54060",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-07-06T20:02:29.509113+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497466"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library\u0027s font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker to trigger an unreasonable consumption of system memory, leading to a denial of service (DoS) for the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Pillow prior to version 12.3.0. The FontFile.compile() method in PIL/FontFile.py assembles per-glyph images into a combined bitmap using Image.new() without calling Image._decompression_bomb_check(). This allows a specially crafted font file to trigger excessive memory allocation during conversion or saving, leading to denial of service via resource exhaustion.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54060"
},
{
"category": "external",
"summary": "RHBZ#2497466",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497466"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54060"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5x94-69rx-g8h2",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5x94-69rx-g8h2"
}
],
"release_date": "2026-07-06T18:49:23.788000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
}
],
"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 Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files"
},
{
"cve": "CVE-2026-54283",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-22T18:01:06.194658+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2491440"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Starlette where the request.form() method silently ignores configured resource limits (max_fields and max_part_size) when parsing application/x-www-form-urlencoded data. An unauthenticated attacker can exploit this by sending a urlencoded request body with an arbitrarily large number of fields or an oversized field, causing denial of service through resource exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "starlette: Starlette: request.form() limits silently ignored for application/x-www-form-urlencoded enable DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Starlette where the request.form() method silently ignores configured resource limits (max_fields and max_part_size) when parsing application/x-www-form-urlencoded data. An unauthenticated attacker can exploit this by sending a urlencoded request body with an arbitrarily large number of fields or an oversized field, causing denial of service through resource exhaustion. This only affects applications that explicitly call request.form() on urlencoded input; JSON-only APIs and services where Starlette is a transitive dependency not used for form parsing are not affected.",
"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 Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54283"
},
{
"category": "external",
"summary": "RHBZ#2491440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491440"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54283"
},
{
"category": "external",
"summary": "https://github.com/Kludex/starlette/security/advisories/GHSA-82w8-qh3p-5jfq",
"url": "https://github.com/Kludex/starlette/security/advisories/GHSA-82w8-qh3p-5jfq"
}
],
"release_date": "2026-06-22T16:46:16.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "starlette: Starlette: request.form() limits silently ignored for application/x-www-form-urlencoded enable DoS"
},
{
"cve": "CVE-2026-55379",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-06T20:01:29.922515+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497452"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing a specially crafted BDF font file. The library\u0027s image processing function fails to properly validate dimensions from the font file, bypassing a critical security check designed to prevent excessive memory usage. This oversight can lead to the system consuming an unreasonable amount of memory, making it unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted BDF font file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the Pillow Python imaging library. The BDF font file parser passes attacker-controlled dimensions to Image.new() without decompression bomb validation, allowing excessive memory allocation and denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55379"
},
{
"category": "external",
"summary": "RHBZ#2497452",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497452"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55379",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55379"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55379",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55379"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-45hq-cxwh-f6vc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-45hq-cxwh-f6vc"
}
],
"release_date": "2026-07-06T18:52:11.633000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "Do not load BDF font files from untrusted sources. Applications that only process standard image formats (PNG, JPEG, etc.) and do not use BdfFontFile or ImageFont.load() with BDF files are not affected.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted BDF font file"
},
{
"cve": "CVE-2026-55380",
"cwe": {
"id": "CWE-1285",
"name": "Improper Validation of Specified Index, Position, or Offset in Input"
},
"discovery_date": "2026-07-06T20:01:42.245051+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted GD 2.x image file. The GdImageFile._open() function reads image dimensions without proper validation, leading to excessive memory allocation. This can result in a Denial of Service (DoS) due to C-heap exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted GD 2.x image file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A denial-of-service vulnerability was found in Pillow\u0027s GdImageFile plugin. The GdImageFile._open() function reads image dimensions from GD 2.x file headers and stores them without performing a decompression bomb check. A crafted .gd file of approximately 1 KB can trigger an unchecked 4.3 GB C-heap allocation, potentially crashing the process or exhausting memory on systems with insufficient resources. This issue is fixed in Pillow 12.3.0.",
"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 Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55380"
},
{
"category": "external",
"summary": "RHBZ#2497455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55380",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55380"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55380",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55380"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/f39b0ae6624eb2d7c5c5d651d9bb5fdbd96a8675",
"url": "https://github.com/python-pillow/Pillow/commit/f39b0ae6624eb2d7c5c5d651d9bb5fdbd96a8675"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-phj9-mv4w-65pm",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-phj9-mv4w-65pm"
}
],
"release_date": "2026-07-06T18:50:14.789000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "Avoid processing untrusted GD 2.x image files with PIL.GdImageFile.open(). Use Image.open() instead, which includes decompression bomb protections for supported formats. If GdImageFile must be used, validate the image dimensions before calling load(). Restricting accepted image formats at the application boundary to only those explicitly needed can reduce exposure.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted GD 2.x image file"
},
{
"cve": "CVE-2026-59197",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-07-14T17:01:29.487456+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow prior to 12.3.0. The public RankFilter API can trigger a native heap out-of-bounds write when given a very large odd filter size. ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation, and ImagingExpand() computes output dimensions with unchecked signed integer arithmetic. This can lead to denial of service and limited integrity impact via heap corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Native heap out-of-bounds write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Pillow\u0027s RankFilter API is vulnerable to a native heap out-of-bounds write when a caller supplies a very large odd filter size. Expansion runs before size validation and ImagingExpand uses unchecked signed integer arithmetic for output dimensions. A remote attacker who can drive RankFilter with attacker-controlled sizes may crash the process or corrupt heap memory. Fixed in Pillow 12.3.0.",
"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 Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59197"
},
{
"category": "external",
"summary": "RHBZ#2500043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59197"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1",
"url": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9695",
"url": "https://github.com/python-pillow/Pillow/pull/9695"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr"
}
],
"release_date": "2026-07-14T16:25:23.520000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Native heap out-of-bounds write"
},
{
"cve": "CVE-2026-59886",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T17:01:19.689422+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500041"
}
],
"notes": [
{
"category": "description",
"text": "A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value, this can cause excessive CPU and memory consumption, leading to a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in pyasn1, rated as Important, could lead to a denial of service in Red Hat products that process untrusted ASN.1 data. A remote attacker could send a specially crafted BER, CER, or DER encoded REAL value with a large exponent, causing applications to consume excessive resources during decoding operations such as printing, logging, or arithmetic, thereby rendering the service unavailable.",
"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 Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59886"
},
{
"category": "external",
"summary": "RHBZ#2500041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500041"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59886",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59886"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886",
"url": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r"
}
],
"release_date": "2026-07-14T16:38:29.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "When processing untrusted ASN.1 data with pyasn1, avoid calling prettyPrint(), str(), float(), int(), or performing comparisons or arithmetic on decoded Real (ASN.1 REAL type) objects. Instead, inspect the raw (mantissa, base, exponent) tuple directly. Where logging decoded ASN.1 structures is necessary, filter out or sanitize Real-typed values before conversion.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values"
},
{
"cve": "CVE-2026-59939",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-07-08T20:02:11.756520+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498212"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in httplib2, a Python HTTP client library. This vulnerability allows a malicious or compromised HTTP server to send a small compressed data payload that, when decompressed by httplib2, expands to an extremely large size in memory. This unbounded decompression can lead to a Denial of Service (DoS) by causing the client application to run out of memory and crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "httplib2: httplib2: Denial of Service via unbounded decompression of HTTP response bodies",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important vulnerability in `httplib2` allows a remote attacker to trigger a Denial of Service (DoS) in client applications. By sending a specially crafted, compressed HTTP response, a malicious server can cause the client to exhaust its memory due to unbounded decompression, leading to application crashes. This poses a significant risk to Red Hat products that use `httplib2` to process untrusted HTTP content.",
"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 Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59939"
},
{
"category": "external",
"summary": "RHBZ#2498212",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498212"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59939",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59939"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59939",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59939"
},
{
"category": "external",
"summary": "https://github.com/httplib2/httplib2/commit/87581ad6cf752fe3da2090c59058261d2d00a427",
"url": "https://github.com/httplib2/httplib2/commit/87581ad6cf752fe3da2090c59058261d2d00a427"
},
{
"category": "external",
"summary": "https://github.com/httplib2/httplib2/releases/tag/v0.32.0",
"url": "https://github.com/httplib2/httplib2/releases/tag/v0.32.0"
},
{
"category": "external",
"summary": "https://github.com/httplib2/httplib2/security/advisories/GHSA-j5g9-f88f-gfj3",
"url": "https://github.com/httplib2/httplib2/security/advisories/GHSA-j5g9-f88f-gfj3"
}
],
"release_date": "2026-07-08T19:34:05.150000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:38:09+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.7#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:af38581c04caff4c124a2a5cc0dbbc29a35d59136a72149c88341d5130ec115c_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/aap-must-gather-rhel9@sha256:fc4564a19e737e01f69a8ffc7f609cfc00cbe78ecbd0202e21580798e0fad5b0_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:bad1cfd25c0a76284bca0d4e7b2997d1c19cf534a090c023818d7636c02b1d5a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-builder-rhel9@sha256:d997409acf678f6741759e71663564fce7f9dbf36ba9c3efa4095514c365c8f8_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f66f5e6d6765f1e59a21da1f3ccb57c5c9d5a385b3a6ff359301e1dcbaf992d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-dev-tools-rhel9@sha256:f7d315beff91d5327f4c3ec3a5d95db462723d0c177023eee11b168381153a2b_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:5c57cc4b1591620c23e4d09d7452d560c344651f1c2a6559597b8a86901d7270_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ansible-devspaces-rhel9@sha256:dd6396d101bf72b073914a91fa8621114060b83a6398dbaceacf60e550370058_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:5af18e0dfbddd146401125d1af25e02fbcd5c9c9c99f8b3463035ce8e8dfc88a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9-operator@sha256:d6ed231018aba445d42efaee38d156e3210029f914bcc7f41145c76063f179c6_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:49603d8eb1133ff25d77932418445b3399d56696b91575f404d54bd66f2abdf1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/controller-rhel9@sha256:cb6992dd9e3b8ff0cd5a96c7d72c2bd543a3ca388fbf87efec36aa4f1c170fe4_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:b08e64bb465fc4873e0822456a4b0bb3feb212f51f2629b751c5bf11b5952136_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-minimal-rhel9@sha256:f1a964f105f950060df297d60d49dadefadfc04a98e4196379e3c48590aabf5a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:214c8d370aff0f8260169e1092e630dd28d6b332da142d055c97e6ed906bd5d2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/de-supported-rhel9@sha256:603d5e810f3d05b36135d5155cea52d575dd6314354f42439c00c4d744a154ec_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:3a76538670407269fba45d8e9ba3c6b5067b6b19c4538fc837f3b167adf33de1_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9-operator@sha256:e07554775d76ffbfe312399cfa7469d444bcfb3486ff4d42ba64dc10d10c95b2_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:0e5b8ea19aaf599851b6d3c33f157fed70d6889c21f3b7dda42cc0aaee45e40a_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-rhel9@sha256:665bc156c655ca4ed0021bffbabb1d2c7d0a5541582ea63287fcf7d2c3bbf89c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4087572ac03600b6516526a78d5b4b093c943a6fd0a120c892d58df2a3118881_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/eda-controller-ui-rhel9@sha256:4589dd9e21834c2d4f61712256d3e69b473fbe01c118c46e7c796c39715d3060_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:1b29c33260a34d319581e3ad50436ba331ae2d1ff957c67184a253f084c86441_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:4a3de7687c2f4014016918f800f8edc3727f58e10f91516e38e5a5a1a6aa60d1_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:d0d43952f6566605feb98ecab51ebafb6a97f23fd7ecee8e1a88af6b495683f9_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-minimal-rhel9@sha256:fb1c1bdc24278bee7dfc433af498acac5fbc440ee919568254adb3ee9973f978_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:35caea9f2f5102fb4088201ba4a96a8c3eab4dfae0facf03ed2a58aeb0ce4549_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/ee-supported-rhel9@sha256:bf55509be1d47b9f644c647f32bc3db8c618ae87a921aaac87003b420e0266d7_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6706769c9e9e74957c01991b8ebe5fbce625b39ba762af1ad9989f11df0b8cf6_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-proxy-rhel9@sha256:6c459fcb4f7ad8329dd17305d5370c022551e477dae49d14886d8293f13b1dc8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:b2979d79d95d2777e16c605ad777bd36d119a035bf10a94e8819cb0909ca5626_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9-operator@sha256:df86e008f172ea7f739740b110ab36e53b6120dd600ff86808f56a2a33e32602_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:76d0b913ad8e793136a5fff697eb39e13de1616bb10503a4158e857bc3264ef3_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:8471b0b7b66309f346fe83e0a05ce968dcb9b55c2510e1f269c05b4aa87ed356_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:0cf7e473d3c463bf1498d2a1f3ba31c64085e06bd1dc0db844432c13325dcdc0_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9-operator@sha256:f3d880f509faaf37b20dbd2225d9868ec6e08b9998b7207734a9265f4cb33b95_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:6380adee2c6fa3c298d84db8c1a1f01f7dcab2bfd8b9476c127bdb4a67217c55_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-rhel9@sha256:b5400bb64dad7ce8aeed803b420c405bfe55cef08a28b9ac27e6c553c1bdf139_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:48479bf2f5bb4ddff65668c351521fdfbf95d662e54543854ec80f17a1295439_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/hub-web-rhel9@sha256:fc27fd49722a7a5b862928070b314f850b8d0e4385fec786d1914c0135e8e5fa_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:500c52d19ddfb4cd15e4ba0c94268250d5d83442c2c67381b3cb9bb7613c23d4_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-chatbot-rhel9@sha256:d2025c6e5fba7b87bbbbe71587a9332167e52301f4c55ee99ee02aa65cf9c404_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:5b3249e40859207e408f108ff90ba1eafb396f614ee031ab489ae48f1455d617_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9-operator@sha256:96ae0e2320d459611d674d18dec02c0eb31f6534407f6758004d8f74078b41ce_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:a9d59bb30f983980d8d59ef97f54dbf5427cfd1a24210aa5843be4ddf0f74143_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/lightspeed-rhel9@sha256:ce712ba0cc8e800babf1c1f013e95c4fc3d9ff6bc6f4230455567ba2974de890_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:470f289922f14644f0b9bda434d7001608818466703dab8de333bc02a4f79573_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-server-rhel9@sha256:d014d2eafa11bbff61ef871608ab3cd332602b9138e9505d40521a67a6162400_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:79d9bcdc9f2a45950eb3b511b7a3c2224592be0cf560af467887c70ca74a41ab_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/mcp-tools-rhel9@sha256:b0814ef140b9746de9c081bdb18067ea16de065ac2d7a984c2a9c59bb4357709_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:72c11674295ce5a7daa2c63dc7d4a63654912a5131391ccb2827223e5957ea05_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9-operator@sha256:78f3a98b9c8e028a461afd11e000f3f8a75d5f05f326bf0acd6c859dfd606ed8_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:551f489eccb8e97cd6f03de46f5fc8cc051fe4af717d8de272a3b06648cb771c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/metrics-service-rhel9@sha256:afc4a5e6ac70b810b36cb189ae7f38171de5323435fddaaed6529d755de1dd31_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:3f81691da61b84cf746d59516bb44ab6a5446742366d196591b3ba331832e913_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-rhel9-operator@sha256:8e6e40bde2eda8ccf3878d4831ffc39d1788830996fc990d657f0dad785810df_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:92f6621b8787535a9f961f9515bd56dcac2f1e5394d3f8d731896c0e48307849_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/platform-resource-runner-rhel9@sha256:a5800a87d81d83b9af7b8b01fb211e1bc7f3c26f5e0d047eaf3caa0aa1a0fe7c_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:72ca7471ef1f86bea7d278c5d4b45131ccd267e2f331d3a6116eab92d3c41b60_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform-27/receptor-rhel9@sha256:90879e56946584dc063eb98982681e6400b728c490d46d05cc6a0371dff33bcd_arm64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:9d80aff1ca83a4db2be8ffac510831f6c4a6547d7b7a57f1422613a342ed5b2a_amd64",
"Red Hat Ansible Automation Platform 2.7:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:fa0004bd6ec92544414d42a881421a41d8679fa9676bea2d641c6d1c10cad8e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "httplib2: httplib2: Denial of Service via unbounded decompression of HTTP response bodies"
}
]
}
RHSA-2026:50479
Vulnerability from csaf_redhat - Published: 2026-08-04 21:39 - Updated: 2026-08-11 18:48A flaw was found in pip, the package installer for Python. A remote attacker can exploit this vulnerability by tricking a victim into installing a malicious Python wheel. This wheel contains specially crafted entry-point names that use directory traversal or absolute paths. This allows pip to write generated script wrappers outside the intended installation directory, leading to arbitrary file overwrite. This can severely impact system integrity and availability, and in certain scenarios, may lead to arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in webpack-dev-server. When a user configures a proxy with a broad context, such as '/', and enables WebSocket (ws: true) forwarding, the development server's own Hot Module Replacement (HMR) WebSocket can be intercepted. This interception leads to the leakage of the browser's cookies and Origin header to the proxy target, bypassing the server's Host/Origin validation. Additionally, it can corrupt the HMR socket, resulting in a denial of service for the HMR functionality.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in ansible-core. The ansible-galaxy role install command processes dependency specifications from a role's meta/requirements.yml file. Due to improper neutralization of argument delimiters, a malicious role author can inject arbitrary git configuration flags through the src field. This allows arbitrary code execution on the machine of a user who installs the role via ansible-galaxy role install.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the `expand()` function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-loop blocking. This can result in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in fast-uri. This vulnerability occurs because fast-uri fails to properly convert Unicode (Internationalized Domain Name - IDN) hostnames for HTTP-family URLs. This can lead to a situation where security policies, such as denylists or redirect validations, are bypassed when applications use fast-uri to enforce these policies before passing the URL to another parser. A remote attacker could exploit this to circumvent security controls and potentially access unauthorized resources or perform malicious redirects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in aap-gateway, a component of Ansible Automation Platform's Event-Driven Ansible (EDA). An unauthenticated remote attacker can bypass mutual Transport Layer Security (mTLS) authentication for event streams. This is achieved by manipulating the event stream URL and forging the HTTP Subject header. The system also inadvertently discloses the expected certificate subject in error messages, which simplifies the attack. This vulnerability allows an attacker to inject arbitrary events into EDA, potentially triggering automated workflows.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in AIOHTTP, an asynchronous HTTP client/server framework for asyncio and Python. An attacker could exploit this vulnerability by providing untrusted input to the `CookieJar.load()` function. This could potentially lead to arbitrary code execution, allowing the attacker to run malicious code on the affected system. This issue is most likely to occur in applications that allow attacker-controlled files to be loaded.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in quic-go, an implementation of the QUIC protocol in Go. A remote attacker can exploit this by sending specially crafted HTTP/3 trailer fields. This can cause the system to allocate excessive memory, leading to a denial-of-service (DoS) condition where the affected server or client may crash or run out of resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in daphne. An unauthenticated remote attacker could exploit this vulnerability by sending arbitrarily large WebSocket messages or frames. This oversight in payload size handling can lead to excessive memory consumption, resulting in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
A flaw was found in joserfc, a Python library for JSON Object Signing and Encryption (JOSE). This vulnerability allows a remote attacker to cause resource exhaustion, leading to a Denial of Service (DoS), by sending oversized JSON Web Signature (JWS) payloads. The library fails to apply size limits, specifically JWSRegistry.max_payload_length, when processing RFC7797 b64=false JWS payloads.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in Pillow prior to 12.3.0. When an uncompressed McIdas AREA image is loaded from a filename through the mmap raw codec path, attacker-controlled header words can set a row stride smaller than the natural row width. Pixel access such as Image.tobytes(), getpixel, convert, or save can then read beyond the mapped region, disclosing adjacent process memory or causing a fault.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library's font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker to trigger an unreasonable consumption of system memory, leading to a denial of service (DoS) for the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
A flaw was found in Starlette where the request.form() method silently ignores configured resource limits (max_fields and max_part_size) when parsing application/x-www-form-urlencoded data. An unauthenticated attacker can exploit this by sending a urlencoded request body with an arbitrarily large number of fields or an oversized field, causing denial of service through resource exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing a specially crafted BDF font file. The library's image processing function fails to properly validate dimensions from the font file, bypassing a critical security check designed to prevent excessive memory usage. This oversight can lead to the system consuming an unreasonable amount of memory, making it unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted GD 2.x image file. The GdImageFile._open() function reads image dimensions without proper validation, leading to excessive memory allocation. This can result in a Denial of Service (DoS) due to C-heap exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in Pillow prior to 12.3.0. The public RankFilter API can trigger a native heap out-of-bounds write when given a very large odd filter size. ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation, and ImagingExpand() computes output dimensions with unchecked signed integer arithmetic. This can lead to denial of service and limited integrity impact via heap corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
A flaw was found in js-yaml, a JavaScript YAML parser and dumper. A remote attacker could exploit this vulnerability by providing a specially crafted YAML document containing a chain of mappings with merge keys. This could cause the parser to consume excessive CPU resources, leading to a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value, this can cause excessive CPU and memory consumption, leading to a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
A flaw was found in httplib2, a Python HTTP client library. This vulnerability allows a malicious or compromised HTTP server to send a small compressed data payload that, when decompressed by httplib2, expands to an extremely large size in memory. This unbounded decompression can lead to a Denial of Service (DoS) by causing the client application to run out of memory and crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Ansible Automation Platform 2.6",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nFor details about this release, refer to the release notes 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:50479",
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-11332",
"url": "https://access.redhat.com/security/cve/CVE-2026-11332"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-13149",
"url": "https://access.redhat.com/security/cve/CVE-2026-13149"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-13676",
"url": "https://access.redhat.com/security/cve/CVE-2026-13676"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-18141",
"url": "https://access.redhat.com/security/cve/CVE-2026-18141"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34993",
"url": "https://access.redhat.com/security/cve/CVE-2026-34993"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40898",
"url": "https://access.redhat.com/security/cve/CVE-2026-40898"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-44545",
"url": "https://access.redhat.com/security/cve/CVE-2026-44545"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-48990",
"url": "https://access.redhat.com/security/cve/CVE-2026-48990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54058",
"url": "https://access.redhat.com/security/cve/CVE-2026-54058"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54060",
"url": "https://access.redhat.com/security/cve/CVE-2026-54060"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54283",
"url": "https://access.redhat.com/security/cve/CVE-2026-54283"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-55379",
"url": "https://access.redhat.com/security/cve/CVE-2026-55379"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-55380",
"url": "https://access.redhat.com/security/cve/CVE-2026-55380"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59197",
"url": "https://access.redhat.com/security/cve/CVE-2026-59197"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59869",
"url": "https://access.redhat.com/security/cve/CVE-2026-59869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59886",
"url": "https://access.redhat.com/security/cve/CVE-2026-59886"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59939",
"url": "https://access.redhat.com/security/cve/CVE-2026-59939"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-8643",
"url": "https://access.redhat.com/security/cve/CVE-2026-8643"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-9595",
"url": "https://access.redhat.com/security/cve/CVE-2026-9595"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/whats_new-async_updates",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/whats_new-async_updates"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_50479.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.6 Container Release Update",
"tracking": {
"current_release_date": "2026-08-11T18:48:04+00:00",
"generator": {
"date": "2026-08-11T18:48:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.14"
}
},
"id": "RHSA-2026:50479",
"initial_release_date": "2026-08-04T21:39:16+00:00",
"revision_history": [
{
"date": "2026-08-04T21:39:16+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-08T04:36:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-11T18:48:04+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.6::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3A62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=1785788232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9\u0026tag=1785773509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3A1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9\u0026tag=1785630119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3Af72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=1785788247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3Ac4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9\u0026tag=1785745574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-devspaces-rhel9@sha256%3A7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9\u0026tag=1785629819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9\u0026tag=1785784320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3Aa4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9\u0026tag=1785646188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3A544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9\u0026tag=1785775360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator\u0026tag=1785629366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3Ae607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9\u0026tag=1785633968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/controller-rhel9\u0026tag=1785753810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3Afa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator\u0026tag=1785629452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3A9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9\u0026tag=1785633038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator\u0026tag=1785629468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9\u0026tag=1785730469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3Aeb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-rhel9\u0026tag=1785780020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3A2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator\u0026tag=1785774574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3Aa9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9\u0026tag=1785748239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3Aaf2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-rhel9\u0026tag=1785753568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator\u0026tag=1785629524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3Aab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9\u0026tag=1785756951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9-operator@sha256%3A16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator\u0026tag=1785629735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3Aa6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9\u0026tag=1785634026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3Ac0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9\u0026tag=1785647559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3Aa48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9\u0026tag=1785649812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9\u0026tag=1785779178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9\u0026tag=1785777436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator\u0026tag=1785630454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3Aa15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9\u0026tag=1785770922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3Aba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/receptor-rhel9\u0026tag=1785632117"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9\u0026tag=1785773509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3A6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9\u0026tag=1785630119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3Aec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9\u0026tag=1785745574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-devspaces-rhel9@sha256%3A33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9\u0026tag=1785629819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3Ae779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9\u0026tag=1785784320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9\u0026tag=1785646188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Ad0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9\u0026tag=1785775360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator\u0026tag=1785629366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9\u0026tag=1785633968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/controller-rhel9\u0026tag=1785753810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator\u0026tag=1785629452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3A38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9\u0026tag=1785633038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator\u0026tag=1785629468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9\u0026tag=1785730469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3Ab579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-rhel9\u0026tag=1785780020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3A63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator\u0026tag=1785774574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9\u0026tag=1785748239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3Ae1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-rhel9\u0026tag=1785753568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3Aa595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator\u0026tag=1785629524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9\u0026tag=1785756951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9-operator@sha256%3A787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator\u0026tag=1785629735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3A5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9\u0026tag=1785634026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9\u0026tag=1785647559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3Abf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9\u0026tag=1785649812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3Ae7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9\u0026tag=1785779178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9\u0026tag=1785777436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator\u0026tag=1785630454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9\u0026tag=1785770922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3A184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/receptor-rhel9\u0026tag=1785632117"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3Adb407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9\u0026tag=1785773509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Ab1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9\u0026tag=1785630119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9\u0026tag=1785745574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-devspaces-rhel9@sha256%3Ae037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9\u0026tag=1785629819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3Ae8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9\u0026tag=1785784320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3Af69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9\u0026tag=1785646188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Af5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9\u0026tag=1785775360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3Afe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator\u0026tag=1785629366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3Ad4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9\u0026tag=1785633968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/controller-rhel9\u0026tag=1785753810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator\u0026tag=1785629452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Ad0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9\u0026tag=1785633038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator\u0026tag=1785629468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3Abf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9\u0026tag=1785730469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-rhel9\u0026tag=1785780020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3Aad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator\u0026tag=1785774574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9\u0026tag=1785748239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3Aa85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-rhel9\u0026tag=1785753568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator\u0026tag=1785629524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9\u0026tag=1785756951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9-operator@sha256%3Ad7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator\u0026tag=1785629735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3A033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9\u0026tag=1785634026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9\u0026tag=1785647559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3Ae7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9\u0026tag=1785649812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9\u0026tag=1785779178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9\u0026tag=1785777436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator\u0026tag=1785630454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9\u0026tag=1785770922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3A461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/receptor-rhel9\u0026tag=1785632117"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9\u0026tag=1785773509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Adbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9\u0026tag=1785630119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9\u0026tag=1785745574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-devspaces-rhel9@sha256%3Ab13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9\u0026tag=1785629819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3Ad7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9\u0026tag=1785784320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9\u0026tag=1785646188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Ad1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9\u0026tag=1785775360"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator\u0026tag=1785629366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9\u0026tag=1785633968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3Ab46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/controller-rhel9\u0026tag=1785753810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator\u0026tag=1785629452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3A464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9\u0026tag=1785633038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator\u0026tag=1785629468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9\u0026tag=1785730469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-rhel9\u0026tag=1785780020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3Af5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator\u0026tag=1785774574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3Ada378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9\u0026tag=1785748239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3A71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-rhel9\u0026tag=1785753568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3Ac1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator\u0026tag=1785629524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9\u0026tag=1785756951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9-operator@sha256%3A0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator\u0026tag=1785629735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3A9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9\u0026tag=1785634026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9\u0026tag=1785647559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3Ab475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9\u0026tag=1785649812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9\u0026tag=1785779178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9\u0026tag=1785777436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator\u0026tag=1785630454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3Aa217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9\u0026tag=1785770922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3A64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26/receptor-rhel9\u0026tag=1785632117"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2026-8643",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-04-22T23:09:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460927"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pip, the package installer for Python. A remote attacker can exploit this vulnerability by tricking a victim into installing a malicious Python wheel. This wheel contains specially crafted entry-point names that use directory traversal or absolute paths. This allows pip to write generated script wrappers outside the intended installation directory, leading to arbitrary file overwrite. This can severely impact system integrity and availability, and in certain scenarios, may lead to arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pip: Path traversal via malicious entry point name in pip wheel installation allows arbitrary file overwrite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in pip\u0027s wheel installation process allows for arbitrary file overwrite due to path traversal. An attacker could exploit this by convincing a user to install a specially crafted malicious Python wheel. While file overwrites are limited to the installing user\u0027s permissions, using `pip install` with elevated privileges in Red Hat environments significantly increases the potential impact, potentially leading to system integrity compromise or arbitrary code execution.",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-8643"
},
{
"category": "external",
"summary": "RHBZ#2460927",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460927"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-8643",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8643"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-8643",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-8643"
},
{
"category": "external",
"summary": "https://github.com/pypa/pip/commit/8eb178480bd1a2b223f509fc430796b265158dfb",
"url": "https://github.com/pypa/pip/commit/8eb178480bd1a2b223f509fc430796b265158dfb"
}
],
"release_date": "2026-05-27T17:03:36.585000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid installing Python wheels from untrusted sources. It is strongly advised against using `pip install` with elevated privileges, such as `sudo`, when installing wheels. Additionally, administrators should inspect `entry_points.txt` within wheels for path separators or absolute paths before installation.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pip: Path traversal via malicious entry point name in pip wheel installation allows arbitrary file overwrite"
},
{
"cve": "CVE-2026-9595",
"cwe": {
"id": "CWE-346",
"name": "Origin Validation Error"
},
"discovery_date": "2026-06-15T16:01:15.427658+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488934"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in webpack-dev-server. When a user configures a proxy with a broad context, such as \u0027/\u0027, and enables WebSocket (ws: true) forwarding, the development server\u0027s own Hot Module Replacement (HMR) WebSocket can be intercepted. This interception leads to the leakage of the browser\u0027s cookies and Origin header to the proxy target, bypassing the server\u0027s Host/Origin validation. Additionally, it can corrupt the HMR socket, resulting in a denial of service for the HMR functionality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "webpack-dev-server: webpack-dev-server: Information disclosure and denial of service via improper proxy configuration",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-9595"
},
{
"category": "external",
"summary": "RHBZ#2488934",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488934"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-9595",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9595"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-9595",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9595"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/facebook/create-react-app/pull/7444",
"url": "https://github.com/facebook/create-react-app/pull/7444"
},
{
"category": "external",
"summary": "https://github.com/vuejs/vue-cli/commit/72ba7505aff2a8314e82aa5082379a77504a1fcb",
"url": "https://github.com/vuejs/vue-cli/commit/72ba7505aff2a8314e82aa5082379a77504a1fcb"
},
{
"category": "external",
"summary": "https://github.com/webpack/webpack-dev-server/pull/4316",
"url": "https://github.com/webpack/webpack-dev-server/pull/4316"
},
{
"category": "external",
"summary": "https://github.com/webpack/webpack-dev-server/security/advisories/GHSA-mx8g-39q3-5c79",
"url": "https://github.com/webpack/webpack-dev-server/security/advisories/GHSA-mx8g-39q3-5c79"
}
],
"release_date": "2026-06-15T15:00:21.488000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid configuring `webpack-dev-server` with a broad proxy context (e.g., `/`) when WebSocket forwarding (`ws: true`) is enabled. Instead, define specific paths for the proxy context. Alternatively, disable WebSocket forwarding by omitting `ws: true` from the proxy entry if WebSocket functionality is not required for the proxy target. This configuration change may require restarting the `webpack-dev-server` instance to take effect.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "webpack-dev-server: webpack-dev-server: Information disclosure and denial of service via improper proxy configuration"
},
{
"acknowledgments": [
{
"names": [
"Tommaso Bona"
]
}
],
"cve": "CVE-2026-11332",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-04-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2485379"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ansible-core. The ansible-galaxy role install command processes dependency specifications from a role\u0027s meta/requirements.yml file. Due to improper neutralization of argument delimiters, a malicious role author can inject arbitrary git configuration flags through the src field. This allows arbitrary code execution on the machine of a user who installs the role via ansible-galaxy role install.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible-core: argument injection in ansible-galaxy role install leads to arbitrary code execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Conditions for Exploitation: Successful exploitation requires user interaction, specifically tricking a victim into installing a maliciously crafted Ansible role (or a role with a malicious dependency) using the ansible-galaxy role install command.\n\nBroad Impact: While user interaction is required, the potential impact is highly severe. Successfully injecting the malicious arguments allows a remote attacker to achieve arbitrary code execution on the machine running the Ansible command, leading to a full compromise of the user\u0027s environment and system integrity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-11332"
},
{
"category": "external",
"summary": "RHBZ#2485379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2485379"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-11332",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11332"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-11332",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-11332"
},
{
"category": "external",
"summary": "https://github.com/ansible/ansible",
"url": "https://github.com/ansible/ansible"
}
],
"release_date": "2026-06-05T07:12:55.739000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ansible-core: argument injection in ansible-galaxy role install leads to arbitrary code execution"
},
{
"cve": "CVE-2026-13149",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-06-30T10:00:59.843854+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494813"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the `expand()` function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-loop blocking. This can result in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in brace-expansion, a widely-used npm package for expanding brace sequences. The expand() function exhibits exponential-time complexity when processing consecutive non-expanding brace groups. An attacker who can supply crafted input to expand(), directly or transitively via minimatch or glob, can cause significant CPU consumption and event-loop blocking, resulting in denial of service. The max option does not mitigate this issue, as it bounds the output size rather than the recursion work.",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-13149"
},
{
"category": "external",
"summary": "RHBZ#2494813",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494813"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-13149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-13149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-13149"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/c7e33ec13ac1a684c116720843ce24e208611754",
"url": "https://github.com/juliangruber/brace-expansion/commit/c7e33ec13ac1a684c116720843ce24e208611754"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/brace-expansion",
"url": "https://www.npmjs.com/package/brace-expansion"
}
],
"release_date": "2026-06-30T08:30:34.502000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "There is no practical mitigation for this vulnerability. The brace-expansion package is typically a transitive dependency pulled in via minimatch and glob, making it difficult to isolate. Users should upgrade to a fixed version of brace-expansion when one becomes available.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity"
},
{
"cve": "CVE-2026-13676",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-06-29T14:01:55.592330+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494197"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-uri. This vulnerability occurs because fast-uri fails to properly convert Unicode (Internationalized Domain Name - IDN) hostnames for HTTP-family URLs. This can lead to a situation where security policies, such as denylists or redirect validations, are bypassed when applications use fast-uri to enforce these policies before passing the URL to another parser. A remote attacker could exploit this to circumvent security controls and potentially access unauthorized resources or perform malicious redirects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-uri: fast-uri: Security policy bypass due to improper Unicode hostname canonicalization",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in `fast-uri` allows a remote attacker to bypass host-based security policies. Applications that rely on `fast-uri` for URL parsing and policy enforcement, such as denylists or redirect validations, can be circumvented due to inconsistent handling of Unicode hostnames. This discrepancy between `fast-uri` and other URL parsers could lead to unauthorized resource access or malicious redirects in affected Red Hat products.",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-13676"
},
{
"category": "external",
"summary": "RHBZ#2494197",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494197"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-13676",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13676"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-13676",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-13676"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/fastify/fast-uri/security/advisories/GHSA-4c8g-83qw-93j6",
"url": "https://github.com/fastify/fast-uri/security/advisories/GHSA-4c8g-83qw-93j6"
}
],
"release_date": "2026-06-29T13:22:44.674000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-uri: fast-uri: Security policy bypass due to improper Unicode hostname canonicalization"
},
{
"cve": "CVE-2026-18141",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-07-28T18:46:28.174000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2508155"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in aap-gateway, a component of Ansible Automation Platform\u0027s Event-Driven Ansible (EDA). An unauthenticated remote attacker can bypass mutual Transport Layer Security (mTLS) authentication for event streams. This is achieved by manipulating the event stream URL and forging the HTTP Subject header. The system also inadvertently discloses the expected certificate subject in error messages, which simplifies the attack. This vulnerability allows an attacker to inject arbitrary events into EDA, potentially triggering automated workflows.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aap-gateway: aap-gateway: Authentication bypass in Event-Driven Ansible via forged HTTP header",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: Ansible Automation Platform 2.6 Event-Driven Ansible (EDA) is vulnerable to an authentication bypass, allowing unauthenticated remote attackers to inject arbitrary events into mTLS-protected event streams. This is due to a flaw in the `aap-gateway` configuration that permits bypassing mTLS by manipulating the URL and forging the Subject HTTP header. The vulnerability is exacerbated by information disclosure, where error messages reveal the expected certificate subject, simplifying targeted exploitation against default mTLS deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-18141"
},
{
"category": "external",
"summary": "RHBZ#2508155",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2508155"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-18141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-18141"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-18141",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-18141"
}
],
"release_date": "2026-07-31T15:28:47.213000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "Restrict network access to the EDA event stream endpoints at the firewall or load balancer level. Ensure that only trusted sources are permitted to reach the event stream ports. Additionally, monitor EDA event logs for any unexpected events originating from unverified sources.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aap-gateway: aap-gateway: Authentication bypass in Event-Driven Ansible via forged HTTP header"
},
{
"cve": "CVE-2026-34993",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-06-02T20:01:12.690409+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484099"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in AIOHTTP, an asynchronous HTTP client/server framework for asyncio and Python. An attacker could exploit this vulnerability by providing untrusted input to the `CookieJar.load()` function. This could potentially lead to arbitrary code execution, allowing the attacker to run malicious code on the affected system. This issue is most likely to occur in applications that allow attacker-controlled files to be loaded.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP: Arbitrary code execution via untrusted input to CookieJar.load()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in AIOHTTP, a Python asynchronous HTTP framework, due to potential arbitrary code execution. The vulnerability arises when applications load untrusted input into the `CookieJar.load()` function. Exploitation requires an application to be configured to process attacker-controlled files, which is not a default or common scenario in most Red Hat product deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34993"
},
{
"category": "external",
"summary": "RHBZ#2484099",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484099"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34993"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34993",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34993"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/dcf40f30637e8752c76781cf6703b5a236749a00",
"url": "https://github.com/aio-libs/aiohttp/commit/dcf40f30637e8752c76781cf6703b5a236749a00"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jg22-mg44-37j8",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jg22-mg44-37j8"
}
],
"release_date": "2026-06-02T18:29:15.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "Applications using AIOHTTP that are configured to load untrusted files via the `CookieJar.load()` function should implement input sanitization prior to loading. This prevents the injection of malicious code.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: AIOHTTP: Arbitrary code execution via untrusted input to CookieJar.load()"
},
{
"cve": "CVE-2026-40898",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-04T19:00:56.584166+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484875"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in quic-go, an implementation of the QUIC protocol in Go. A remote attacker can exploit this by sending specially crafted HTTP/3 trailer fields. This can cause the system to allocate excessive memory, leading to a denial-of-service (DoS) condition where the affected server or client may crash or run out of resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/quic-go/quic-go: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial-of-service flaw in `quic-go` that allows a remote attacker to exhaust system memory by sending specially crafted HTTP/3 trailer fields. This can lead to crashes or resource unavailability in affected Red Hat products utilizing `quic-go` for HTTP/3 communication, impacting both client and server implementations.",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40898"
},
{
"category": "external",
"summary": "RHBZ#2484875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484875"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40898",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40898"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40898",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40898"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/releases/tag/v0.59.1",
"url": "https://github.com/quic-go/quic-go/releases/tag/v0.59.1"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9",
"url": "https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9"
}
],
"release_date": "2026-06-04T17:43:36.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/quic-go/quic-go: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers"
},
{
"cve": "CVE-2026-44545",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-03T15:01:49.007231+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484377"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in daphne. An unauthenticated remote attacker could exploit this vulnerability by sending arbitrarily large WebSocket messages or frames. This oversight in payload size handling can lead to excessive memory consumption, resulting in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "daphne: daphne: Denial of Service via excessive WebSocket message size",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44545"
},
{
"category": "external",
"summary": "RHBZ#2484377",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484377"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44545",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44545"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44545",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44545"
},
{
"category": "external",
"summary": "https://github.com/django/daphne/blob/main/CHANGELOG.txt",
"url": "https://github.com/django/daphne/blob/main/CHANGELOG.txt"
}
],
"release_date": "2026-06-03T13:17:42.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
}
],
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "daphne: daphne: Denial of Service via excessive WebSocket message size"
},
{
"cve": "CVE-2026-48990",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-17T22:00:51.839483+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2490168"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in joserfc, a Python library for JSON Object Signing and Encryption (JOSE). This vulnerability allows a remote attacker to cause resource exhaustion, leading to a Denial of Service (DoS), by sending oversized JSON Web Signature (JWS) payloads. The library fails to apply size limits, specifically JWSRegistry.max_payload_length, when processing RFC7797 b64=false JWS payloads.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "joserfc: joserfc: Resource exhaustion via oversized JSON Web Signature (JWS) payloads",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48990"
},
{
"category": "external",
"summary": "RHBZ#2490168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2490168"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48990"
},
{
"category": "external",
"summary": "https://github.com/authlib/joserfc/releases/tag/1.6.7",
"url": "https://github.com/authlib/joserfc/releases/tag/1.6.7"
},
{
"category": "external",
"summary": "https://github.com/authlib/joserfc/security/advisories/GHSA-wphv-vfrh-23q5",
"url": "https://github.com/authlib/joserfc/security/advisories/GHSA-wphv-vfrh-23q5"
}
],
"release_date": "2026-06-17T21:08:10.534000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "The risk can be mitigated by rejecting oversized serialized JWS inputs before they reach joserfc and enforcing strict request/body size limits at the application or reverse-proxy layer.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "joserfc: joserfc: Resource exhaustion via oversized JSON Web Signature (JWS) payloads"
},
{
"cve": "CVE-2026-54058",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-07-14T17:02:34.864708+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500057"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow prior to 12.3.0. When an uncompressed McIdas AREA image is loaded from a filename through the mmap raw codec path, attacker-controlled header words can set a row stride smaller than the natural row width. Pixel access such as Image.tobytes(), getpixel, convert, or save can then read beyond the mapped region, disclosing adjacent process memory or causing a fault.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA image",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Pillow is vulnerable to an out-of-bounds read when processing a crafted uncompressed McIdas AREA image via the mmap raw codec. A remote attacker who can supply such an image to a service that loads it without user interaction may disclose adjacent process memory or trigger a denial of service. Fixed in Pillow 12.3.0.",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54058"
},
{
"category": "external",
"summary": "RHBZ#2500057",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500057"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54058"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54058",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54058"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/6a8de891fb00968e5ea79bfa84368ed90b3cfc1d",
"url": "https://github.com/python-pillow/Pillow/commit/6a8de891fb00968e5ea79bfa84368ed90b3cfc1d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9719",
"url": "https://github.com/python-pillow/Pillow/pull/9719"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-62p4-gmf7-7g93",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-62p4-gmf7-7g93"
}
],
"release_date": "2026-07-14T16:27:38.050000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA image"
},
{
"cve": "CVE-2026-54060",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-07-06T20:02:29.509113+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497466"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library\u0027s font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker to trigger an unreasonable consumption of system memory, leading to a denial of service (DoS) for the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Pillow prior to version 12.3.0. The FontFile.compile() method in PIL/FontFile.py assembles per-glyph images into a combined bitmap using Image.new() without calling Image._decompression_bomb_check(). This allows a specially crafted font file to trigger excessive memory allocation during conversion or saving, leading to denial of service via resource exhaustion.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54060"
},
{
"category": "external",
"summary": "RHBZ#2497466",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497466"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54060"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5x94-69rx-g8h2",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5x94-69rx-g8h2"
}
],
"release_date": "2026-07-06T18:49:23.788000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
}
],
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files"
},
{
"cve": "CVE-2026-54283",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-22T18:01:06.194658+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2491440"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Starlette where the request.form() method silently ignores configured resource limits (max_fields and max_part_size) when parsing application/x-www-form-urlencoded data. An unauthenticated attacker can exploit this by sending a urlencoded request body with an arbitrarily large number of fields or an oversized field, causing denial of service through resource exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "starlette: Starlette: request.form() limits silently ignored for application/x-www-form-urlencoded enable DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Starlette where the request.form() method silently ignores configured resource limits (max_fields and max_part_size) when parsing application/x-www-form-urlencoded data. An unauthenticated attacker can exploit this by sending a urlencoded request body with an arbitrarily large number of fields or an oversized field, causing denial of service through resource exhaustion. This only affects applications that explicitly call request.form() on urlencoded input; JSON-only APIs and services where Starlette is a transitive dependency not used for form parsing are not affected.",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54283"
},
{
"category": "external",
"summary": "RHBZ#2491440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491440"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54283"
},
{
"category": "external",
"summary": "https://github.com/Kludex/starlette/security/advisories/GHSA-82w8-qh3p-5jfq",
"url": "https://github.com/Kludex/starlette/security/advisories/GHSA-82w8-qh3p-5jfq"
}
],
"release_date": "2026-06-22T16:46:16.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "starlette: Starlette: request.form() limits silently ignored for application/x-www-form-urlencoded enable DoS"
},
{
"cve": "CVE-2026-55379",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-06T20:01:29.922515+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497452"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing a specially crafted BDF font file. The library\u0027s image processing function fails to properly validate dimensions from the font file, bypassing a critical security check designed to prevent excessive memory usage. This oversight can lead to the system consuming an unreasonable amount of memory, making it unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted BDF font file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the Pillow Python imaging library. The BDF font file parser passes attacker-controlled dimensions to Image.new() without decompression bomb validation, allowing excessive memory allocation and denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55379"
},
{
"category": "external",
"summary": "RHBZ#2497452",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497452"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55379",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55379"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55379",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55379"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-45hq-cxwh-f6vc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-45hq-cxwh-f6vc"
}
],
"release_date": "2026-07-06T18:52:11.633000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "Do not load BDF font files from untrusted sources. Applications that only process standard image formats (PNG, JPEG, etc.) and do not use BdfFontFile or ImageFont.load() with BDF files are not affected.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted BDF font file"
},
{
"cve": "CVE-2026-55380",
"cwe": {
"id": "CWE-1285",
"name": "Improper Validation of Specified Index, Position, or Offset in Input"
},
"discovery_date": "2026-07-06T20:01:42.245051+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted GD 2.x image file. The GdImageFile._open() function reads image dimensions without proper validation, leading to excessive memory allocation. This can result in a Denial of Service (DoS) due to C-heap exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted GD 2.x image file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A denial-of-service vulnerability was found in Pillow\u0027s GdImageFile plugin. The GdImageFile._open() function reads image dimensions from GD 2.x file headers and stores them without performing a decompression bomb check. A crafted .gd file of approximately 1 KB can trigger an unchecked 4.3 GB C-heap allocation, potentially crashing the process or exhausting memory on systems with insufficient resources. This issue is fixed in Pillow 12.3.0.",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55380"
},
{
"category": "external",
"summary": "RHBZ#2497455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55380",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55380"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55380",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55380"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/f39b0ae6624eb2d7c5c5d651d9bb5fdbd96a8675",
"url": "https://github.com/python-pillow/Pillow/commit/f39b0ae6624eb2d7c5c5d651d9bb5fdbd96a8675"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-phj9-mv4w-65pm",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-phj9-mv4w-65pm"
}
],
"release_date": "2026-07-06T18:50:14.789000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "Avoid processing untrusted GD 2.x image files with PIL.GdImageFile.open(). Use Image.open() instead, which includes decompression bomb protections for supported formats. If GdImageFile must be used, validate the image dimensions before calling load(). Restricting accepted image formats at the application boundary to only those explicitly needed can reduce exposure.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted GD 2.x image file"
},
{
"cve": "CVE-2026-59197",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-07-14T17:01:29.487456+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow prior to 12.3.0. The public RankFilter API can trigger a native heap out-of-bounds write when given a very large odd filter size. ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation, and ImagingExpand() computes output dimensions with unchecked signed integer arithmetic. This can lead to denial of service and limited integrity impact via heap corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Native heap out-of-bounds write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Pillow\u0027s RankFilter API is vulnerable to a native heap out-of-bounds write when a caller supplies a very large odd filter size. Expansion runs before size validation and ImagingExpand uses unchecked signed integer arithmetic for output dimensions. A remote attacker who can drive RankFilter with attacker-controlled sizes may crash the process or corrupt heap memory. Fixed in Pillow 12.3.0.",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59197"
},
{
"category": "external",
"summary": "RHBZ#2500043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59197"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1",
"url": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9695",
"url": "https://github.com/python-pillow/Pillow/pull/9695"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr"
}
],
"release_date": "2026-07-14T16:25:23.520000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Native heap out-of-bounds write"
},
{
"cve": "CVE-2026-59869",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-07-08T16:01:38.408322+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in js-yaml, a JavaScript YAML parser and dumper. A remote attacker could exploit this vulnerability by providing a specially crafted YAML document containing a chain of mappings with merge keys. This could cause the parser to consume excessive CPU resources, leading to a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "js-yaml: js-yaml: Denial of Service via crafted YAML documents",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Important. Red Hat products utilizing `js-yaml` to process untrusted YAML input are susceptible to a denial of service, as a remote attacker can provide a crafted document that consumes excessive CPU resources. This is considered Important due to the potential for service disruption without requiring authentication or complex attack vectors.",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59869"
},
{
"category": "external",
"summary": "RHBZ#2498122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59869",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59869"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/24f13e79ee1343a7e30bd6f6c9d9cdbf0ac9b2b7",
"url": "https://github.com/nodeca/js-yaml/commit/24f13e79ee1343a7e30bd6f6c9d9cdbf0ac9b2b7"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/59423c6f8cdc78742ac00e25a4dd39ef16b702e4",
"url": "https://github.com/nodeca/js-yaml/commit/59423c6f8cdc78742ac00e25a4dd39ef16b702e4"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/releases/tag/3.15.0",
"url": "https://github.com/nodeca/js-yaml/releases/tag/3.15.0"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/releases/tag/4.3.0",
"url": "https://github.com/nodeca/js-yaml/releases/tag/4.3.0"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-52cp-r559-cp3m",
"url": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-52cp-r559-cp3m"
}
],
"release_date": "2026-07-08T15:15:54.675000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "To reduce exposure, restrict the processing of untrusted YAML documents by applications that rely on `js-yaml`. Implement robust input validation and sanitization for all YAML data originating from external or untrusted sources. Consider limiting network access to services that parse YAML content to trusted networks or clients through appropriate firewall configurations.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "js-yaml: js-yaml: Denial of Service via crafted YAML documents"
},
{
"cve": "CVE-2026-59886",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T17:01:19.689422+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500041"
}
],
"notes": [
{
"category": "description",
"text": "A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value, this can cause excessive CPU and memory consumption, leading to a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in pyasn1, rated as Important, could lead to a denial of service in Red Hat products that process untrusted ASN.1 data. A remote attacker could send a specially crafted BER, CER, or DER encoded REAL value with a large exponent, causing applications to consume excessive resources during decoding operations such as printing, logging, or arithmetic, thereby rendering the service unavailable.",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59886"
},
{
"category": "external",
"summary": "RHBZ#2500041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500041"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59886",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59886"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886",
"url": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r"
}
],
"release_date": "2026-07-14T16:38:29.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "When processing untrusted ASN.1 data with pyasn1, avoid calling prettyPrint(), str(), float(), int(), or performing comparisons or arithmetic on decoded Real (ASN.1 REAL type) objects. Instead, inspect the raw (mantissa, base, exponent) tuple directly. Where logging decoded ASN.1 structures is necessary, filter out or sanitize Real-typed values before conversion.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values"
},
{
"cve": "CVE-2026-59939",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-07-08T20:02:11.756520+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498212"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in httplib2, a Python HTTP client library. This vulnerability allows a malicious or compromised HTTP server to send a small compressed data payload that, when decompressed by httplib2, expands to an extremely large size in memory. This unbounded decompression can lead to a Denial of Service (DoS) by causing the client application to run out of memory and crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "httplib2: httplib2: Denial of Service via unbounded decompression of HTTP response bodies",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important vulnerability in `httplib2` allows a remote attacker to trigger a Denial of Service (DoS) in client applications. By sending a specially crafted, compressed HTTP response, a malicious server can cause the client to exhaust its memory due to unbounded decompression, leading to application crashes. This poses a significant risk to Red Hat products that use `httplib2` to process untrusted HTTP content.",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59939"
},
{
"category": "external",
"summary": "RHBZ#2498212",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498212"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59939",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59939"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59939",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59939"
},
{
"category": "external",
"summary": "https://github.com/httplib2/httplib2/commit/87581ad6cf752fe3da2090c59058261d2d00a427",
"url": "https://github.com/httplib2/httplib2/commit/87581ad6cf752fe3da2090c59058261d2d00a427"
},
{
"category": "external",
"summary": "https://github.com/httplib2/httplib2/releases/tag/v0.32.0",
"url": "https://github.com/httplib2/httplib2/releases/tag/v0.32.0"
},
{
"category": "external",
"summary": "https://github.com/httplib2/httplib2/security/advisories/GHSA-j5g9-f88f-gfj3",
"url": "https://github.com/httplib2/httplib2/security/advisories/GHSA-j5g9-f88f-gfj3"
}
],
"release_date": "2026-07-08T19:34:05.150000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T21:39:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1e388383c5111049bb8f2d1f37fcee6773067152d256492f7e9db908d52b4652_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6458f36f24c26733e1a052ce8a1beac8efed6da6574133103d8dc7b868e580b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:b1561aa0c5cdc34467541dddd7be145859c3d3d041989d483eb54a720a65ec26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:dbaddb3974c4ca1a4f7e58b0a3d91ba7d2d946100cf55c6acd740a61ad2fb143_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:5049e7dd3ec73b82a0fdc7ba1f5c2ce7bfc4bfee023af24133d1c48eb2838d50_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:7c971a91ac52f6d5e8702548923890afb2aa586731c5092396d3e769516fb7ed_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:c4bc8ce6d217e861df5c0228812c612e9b1c200f3654b26e8bdfd36642b79c57_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec267e7bd945593d9bcd3be6201176e5b28376cdd5900d5da8c6f033b0420558_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:97b8905f103277144991667b7953a08fd7a7b2edc448a3d5b5195f1af6802014_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:d7fb722c1e4646d29ee32f5f9a74f7da3c87e07da52a7f28d58017931d375305_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e779c125e7fd9307e117fc7f4e4411f450871417f0447deb68c3821c26cae764_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e8113d25fd42fc3a31dc9bb120764c3b508995c23f73f7e99e0200ac411ad229_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2a24b3e44cd208c8176d4739cf3fc7a19e9fff3b531ab7718de6f5a99db4e4d1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:47fa330b3fe99501ba7d4b4bb5bc8b5ba0ea7880472070b27250b36fce3d035c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:71a06d4925ea829abc69b3ab518f08844faeaf524bad4c1e6fbc658b8227e0ab_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:fa606a224ac6d3d5e17650a9b9a52e5cb76af57dc767adf79609e0ab95081304_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:08cca1f9a75b0352f17d517f6b7bab53ccf7fba7ef1ff5cedf777c5b68dd15fa_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:381cb54bf157086017cfea6db2a32895b6109640520b4f35f4791b2295c0db29_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:8acf8e32e0dfca8b9a4cfcd765509424a8c1b884ad382a5f21d58e8c44e56cae_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:b46b200558db6b92db270ee3749b8d14b778208ab9ab59e2b7c00dc018d2f3ce_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:30745071ac71a3fdd97d062f180c8fd05d75d9955d4cfccbcf2aeec8deb7f084_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3ce796ad0c27b82cd6ba0cd946da69e2d62ad392f60dff571a6e826ab17dd8bc_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5c06c479d96b8340382301cb60505f05afcb064d3daf3951df9d8a108b1e4a97_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c0a8ca9591bb9385e2a8773aedbb40f84f4f4f229b0ec1b9bf16c4cedef2f6ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:a48db0666b33ef1be5ab4ff02d7584c3fa1516c8a18f09295ae6a220d2e2ebf6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:b475aea1e95b14a065f76a83e5c8aa74f274955297762808f059ed857cd9cb92_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:bf591d6bc29f3c394b29fd34b0a458cee5c3368130f1aa1e226e49fd112c44fc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:e7369d9a7242b115b78f7ff72c1a59912fb8304e93220a6faeaf44c25c6b5a71_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2a12a79a557dd5e32b77eb977c3698ae2191f015121d38689369ae39f22a5f11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:3b61f49f0dd276d22d67f3e97fb9ffa3382b4a086416f6e59b20ec3e492871cd_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:53432365b9bb22c5df6da741687df208111fcabdea834a3fe9159b0ecf4b73df_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:9e0ca740576e5ddc2af43456f7a8b1dc74e37a4f0734236848b8fae58a0a2e8b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:38f097e4920d4e64c8b8839fcc353f4ff32e607719b5e36f23e208bc70d75b59_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:464caa10ae549dff7824e330f9d5e7e10aacf7b9ee056a6b4aa2768953c94fd8_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9c7fea42d26e687c017aa573fa13b01ee738c88fe11e55317430e4e8b66d339c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0a2f84070918986561679893a78e6da279f7680fb7c00bddcc518974ba1e39c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:361532ae39672ed922d1e23a09c99cc6f3e596e482c0180d9858346b584c9449_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:8a8db7f1d38de954a4d61f8a98cd91edfe182fcf78750fdaaeb3cf3654897a97_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:96403661397e470423486a3016ea895dc68885d9ba7f855921cda3825d974eb3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:bf9c237fdc696c54f4263caac1c8784fd77a4a2d55dd59f31dc5008a809cf276_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:03b16022be5e25db2bf45e01526c42b782baba00c0b94175d5598fe65574460e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6051f354edc4b2e1143062dd5912d55e90f5db762fca6d7fa8df03bc29b06b0d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:87db0da260805165f54ef956c9e4b1e6a4f6e559306a35558696fb2861422cef_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e7c8da3d2b7b9c2cfd4240a232b5a388e6ca09927b77b83ca95c66d0270846b0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:63ccd8ad711852fb955c10b1ee57fd3895e50220ce5f1877e58130a7ff8128a6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:6734e6c33e10a5511392126f447a92c57bfd2ef5f3c3650230a5910e3e20fcf1_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7576c16f17a67d327a1b275b34c1612ae3811c849ef163eb44a6c6013659382e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:7dfd8a045a5df672dc2b4f76bff307c0a78c1703e0572f10c1e07bd46e735947_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:08b6f737eed5ee48478db9bfaceb6e9339e2824ecc1973728c697ceae48a488f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:54621aa4ed969de8ec7e3d137178e35ba0fc61c43795e1bd0282c7219bb1d5b0_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:a9c0c6bcdcb061b85074a7e681c6152e7dc64b85571f2cc17001e18f26276ba8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:da378637b565a2793993a1da503bf13f0c1f135e8cc5c6e569f9ee7c8617023c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:2f9958a2ab37aa25749d5cb9eb9d0dc8bf6b79846963c04f95d09bcc061431e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:63abb6f786ed50165351ec2f03649ef0ff5d05e06a939e2314c8b8b4729e803a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:ad9dd51cd467fa3da27d65919644e364baf3c62a7942c9261ea17b72875d7071_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f5cce04af00f9b56926d067e21e7e252b8d86226f1173f9840ff94d9e8e99d8b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3bb5c591fa83d61af4a21f63ab1e044aa56f86a89cbda17b77b98a2a3bb088b9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:6f03123e4543be01c7f3b592d55db7793a95d1983a1fe8c3ff2ad1c043cc54a4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:b579af422da0bb4bc6fe17e598ca356e68957b566d9a607ff854ad6039572a56_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:eb6a63704d33b1dcb9eefea57763389c0eeb94c6206e63711c95ac3f0163753c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5148ead7df13311bd0b39fe2f02f4dc6f11d062598944c9b451a6c8e8b0c45f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:5f8cfecd3442742b867aeba03ea24009fbd89b31cec0dc02eb02c4d9098dfcec_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a595b43d0efdd820048fbb9e7a8cefad5d2d20ae0d271fb16b34dd744b95e9eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:c1c608e5ee45a6d6248d7657e9b7f17cdb3f8342af9b5e94145217c6fb6efc2a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:71a2f5713323a2d2140d476cb48b66dedeb6f89faf88192dfe40da6c294e2089_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a85326093ec7a9ccde87ea243ad83934707fcef4871fccd934efcba50f355b94_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:af2444728b4c244f8e1b56a0f9d9c9325a1887987f25418833df09947f4ed7e5_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:e1daf0343f7b3e10b7843f85d64bd0ce35612e333597b7c5b48f033b7ec21c89_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0c3c53caa8ccbea82dfc5dfe795e2e77fc84fd2a485cf0888a095ebe13305363_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:50cee84ad72794144820f6b6d08583387ab4e5f0a6d81ea495430290b173b1ea_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:660235348fa58da3e9a78c757e0cfc5b7f03c5760b9086d2876d87a20888f6a2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:ab5fb18f89334216119c70498585d74c689cdbf8fd21b5826b782d0b5427051f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a440c21e1d882875a73201b3135957387f0d7846678b22b52732e984931099a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:50f2bcf49966112665eb82a30e199af6041624e5cdb2372a85075405acf63ab8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:a4927ab07375561c595afb1898ea52e28a9efb6910bee1011332d23344052e3f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:f69d4d8b4e9ad3666d4fa1aced7a01136f738b49f9c818ee71f7fbd44ff111ec_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:45057e5ae8e5a7bb6646bd7896707859539039e409ac334e8cb3eb99c554e031_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:5565418214a3480ba6e3a85f56838678549e515e374535813dfdc03700950cb7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:9e97f4cb07e63cc820b988ff3bf7079a087f596341399339f9a94d056ac69301_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:fe1c1dc037cf3e7e690092c761452de7111a899c73512ae9132479f7262139f4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:389567d267aab51c7fce52a23439c821995099cec9e37f5962a5dc2114597f84_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:417900ad18144b608fd23c8106aa8824048176eaf5f41eff1af47c43c75b7a89_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:d4c4bb796641f32563ce478b6fc912d1d809b83220a8843cd440ffadb788d17f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:e607ceaa2e3e14859f1ad60b394a1a896c5505662fa17b10f5afd532bda8be9f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:24d7574341fa646e12ca5180a655271b9d947907af80da860b2dab0b51442d12_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:405eeb4b9ece480096d6b4246999ed043c5c2af47006b50677a5f83df870fbe9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:653fd44dc56da7c4405e458fdcafdc358e323b1d917b97483cf37068da484088_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:77acabaa8cabde7fca8b90fffd651da92eacd54da6eb76933c749656535ef55c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9683a91e7d16893fe030e1701a2500d1e79c7bea0ab7557438b53d281acd14e4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:9c3bee41f02ed223da8fd3e7a5fc73a67ef82837b947f785a85c6de742c2c75a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a15644ebe6166a891d02fd672fa1c83242713096d3754a2fd20aa0627ccf45bf_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:a217de550b6a6509eca369318e2bd9585a70c67756ac9980f933b548de668f8d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:184a16150bdf285e1a32a0901871b8fcee6be9529e95de219fd4702d27eeadf0_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:461fc04f1bc051c5ce6ced0e7d7179e9078dd5545eced38bdc37df7a9c06e722_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:64a02cef795fdf08d8b1d5c8bcc96c21c0196360ee3976a4afe5bdae98d3bf77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:ba3d764e2fcd2d4a8e145a1559bcf9c6daa006c1844ec0f22fecddd18fb39deb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:33d841d14081ec5f0289e79b6644acb4b5a038f59191493d763d7db4328aeb94_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:7a40a0df543d520528dc35c3fe1c224b298bf24858f29bbedd879f1b23396f55_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:b13680f6f1c058afdca28132b54195532c8cbc0ac634d16591c1a98088933768_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/ansible-devspaces-rhel9@sha256:e037940ea94d2cf16586ec35000a890066860865e992949a28b0a52e18b8b3fa_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:118ad39a5e775943911f5ec803eea0051dc1c720a4b3d3402394e68fa5ca7ca7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:18f55feaae83ee6506b3af76cdd511687e82995440f87af6e9b9aefa06e726ad_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:644bdbea9feb95628cb142c21d52a2357261a9fd2386ffae978971dd68cad3ec_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:db407b56e08976d1a1014d6248ef3719e3b15dc2171d5281b21a865252c8016a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:0e36aa1324c5cb24a1217dfb477731e386311c29880dc76453756aca4776080a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:16a9f451252541eb555f27528fc547724345767b364d913323077743b84b1b7b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:787d0e6df45128836d907732ca546d054f10f2fd8708ec6fdbdb2418f9445066_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:d7869fb6e7fce7a1a26841475449f9c7c0b9c29445f5c9c5bd226abfa4ba7f26_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:033fec39621ff64fd83905a4d656ecce7907f7c5531855253a682f414702561d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5eaeaaf91e9d13054c54d3060ba8380b42b72d1087612f65baca29c036d593a9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:9bb6427006e96866392ac8804990b85f9ae7b5f4f1575e7d6123a3ab8d4b365e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:a6ecee20b39158df405c56ed811a882c2ea82a996308b51fad6ac659c669c566_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:62c5e15e425dd562e0a8199e437cdbd2f29e239bd758c25c893ef0a60e767128_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f72a736351733cb24b8243647309abcdf086f0cb8fe59e12a3e95510917dfb4d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "httplib2: httplib2: Denial of Service via unbounded decompression of HTTP response bodies"
}
]
}
RHSA-2026:50931
Vulnerability from csaf_redhat - Published: 2026-08-05 22:01 - Updated: 2026-08-11 18:48A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the `expand()` function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-loop blocking. This can result in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le | — |
Workaround
|
A flaw was found in Red Hat Quay's repository-level mirror configuration feature. The POST and PUT handlers in endpoints/api/mirror.py accept an external_reference parameter without SSRF validation, unlike the organization-level mirror handlers which apply validate_external_registry_url(). A repository administrator can supply a crafted hostname that causes the Quay mirror worker to make requests via Skopeo to internal network services, cloud metadata endpoints, or other resources not intended to be reachable from the Quay application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le | — |
Workaround
|
A flaw was found in the `os.Root` functionality of Go on Unix systems. This vulnerability allows an attacker to bypass intended directory restrictions by crafting a path that ends with a symbolic link and a trailing slash. When a file is opened in `os.Root` with such a path, the symbolic link is improperly followed, potentially leading to access to locations outside of the defined root directory. This could result in information disclosure or unauthorized file system access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le | — |
Workaround
|
A flaw was found in the Golang MIME (Multipurpose Internet Mail Extensions) package. A remote attacker could exploit this vulnerability by sending a maliciously-crafted MIME header containing many invalid encoded-words. This could lead to excessive CPU consumption, resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le | — |
Workaround
|
A flaw was found in Pillow prior to 12.3.0. When an uncompressed McIdas AREA image is loaded from a filename through the mmap raw codec path, attacker-controlled header words can set a row stride smaller than the natural row width. Pixel access such as Image.tobytes(), getpixel, convert, or save can then read beyond the mapped region, disclosing adjacent process memory or causing a fault.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le | — |
A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library's font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker to trigger an unreasonable consumption of system memory, leading to a denial of service (DoS) for the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le | — |
A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing a specially crafted BDF font file. The library's image processing function fails to properly validate dimensions from the font file, bypassing a critical security check designed to prevent excessive memory usage. This oversight can lead to the system consuming an unreasonable amount of memory, making it unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted GD 2.x image file. The GdImageFile._open() function reads image dimensions without proper validation, leading to excessive memory allocation. This can result in a Denial of Service (DoS) due to C-heap exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le | — |
Workaround
|
A flaw was found in Podman, a tool for managing OCI containers and pods. A malicious container image can be crafted with an environment variable that has a key but no value, or an asterisk (*), to trick Podman. This vulnerability causes Podman to pass host environment variables into the container. Consequently, a malicious image could exfiltrate all Podman environment variables set in the session from which the container is launched, leading to information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le | — |
Workaround
|
A flaw was found in Pillow prior to 12.3.0. The public RankFilter API can trigger a native heap out-of-bounds write when given a very large odd filter size. ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation, and ImagingExpand() computes output dimensions with unchecked signed integer arithmetic. This can lead to denial of service and limited integrity impact via heap corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le | — |
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit a vulnerability in the library's image processing functions, specifically when handling image coordinates near certain limits. This flaw, a native heap out-of-bounds write, could lead to a denial of service (DoS), making the affected system or application unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit a vulnerability in the PdfParser.PdfStream.decode() function when processing a crafted FlateDecode PDF stream. By providing a specially designed PDF file, the attacker could cause the application to exhaust available memory, leading to a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted JPEG2000 image file. Due to incorrect calculation of memory requirements for image tiles, processing this file can lead to excessive memory consumption, resulting in a denial of service (DoS) through out-of-memory failures.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. This vulnerability allows an attacker to trigger controlled native heap corruption by supplying an output image whose mode does not match the transform's declared output mode when using the ImageCms.ImageCmsTransform.apply API. This can lead to a denial of service (DoS) condition, making the affected system or application unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le | — |
Workaround
|
A flaw was found in js-yaml, a JavaScript YAML parser and dumper. A remote attacker could exploit this vulnerability by providing a specially crafted YAML document containing a chain of mappings with merge keys. This could cause the parser to consume excessive CPU resources, leading to a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le | — |
Workaround
|
A flaw was found in pyasn1, a Python library for Abstract Syntax Notation One (ASN.1). The BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A remote attacker could exploit this by providing a specially crafted payload containing an OID with many arcs, leading to excessive CPU consumption and a denial of service (DoS) in applications that decode untrusted ASN.1 data. The corresponding encoders also exhibit this quadratic behavior when re-encoding attacker-supplied values.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le | — |
Workaround
|
A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value, this can cause excessive CPU and memory consumption, leading to a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le | — |
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 Quay 3.9.25 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.9.25",
"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:50931",
"url": "https://access.redhat.com/errata/RHSA-2026:50931"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-13149",
"url": "https://access.redhat.com/security/cve/CVE-2026-13149"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-15927",
"url": "https://access.redhat.com/security/cve/CVE-2026-15927"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39822",
"url": "https://access.redhat.com/security/cve/CVE-2026-39822"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42504",
"url": "https://access.redhat.com/security/cve/CVE-2026-42504"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54058",
"url": "https://access.redhat.com/security/cve/CVE-2026-54058"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54060",
"url": "https://access.redhat.com/security/cve/CVE-2026-54060"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-55379",
"url": "https://access.redhat.com/security/cve/CVE-2026-55379"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-55380",
"url": "https://access.redhat.com/security/cve/CVE-2026-55380"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-57231",
"url": "https://access.redhat.com/security/cve/CVE-2026-57231"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59197",
"url": "https://access.redhat.com/security/cve/CVE-2026-59197"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59199",
"url": "https://access.redhat.com/security/cve/CVE-2026-59199"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59200",
"url": "https://access.redhat.com/security/cve/CVE-2026-59200"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59204",
"url": "https://access.redhat.com/security/cve/CVE-2026-59204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59205",
"url": "https://access.redhat.com/security/cve/CVE-2026-59205"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59869",
"url": "https://access.redhat.com/security/cve/CVE-2026-59869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59885",
"url": "https://access.redhat.com/security/cve/CVE-2026-59885"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59886",
"url": "https://access.redhat.com/security/cve/CVE-2026-59886"
},
{
"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_50931.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.9.25",
"tracking": {
"current_release_date": "2026-08-11T18:48:05+00:00",
"generator": {
"date": "2026-08-11T18:48:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.14"
}
},
"id": "RHSA-2026:50931",
"initial_release_date": "2026-08-05T22:01:10+00:00",
"revision_history": [
{
"date": "2026-08-05T22:01:10+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-08T04:36:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-11T18:48:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.9",
"product": {
"name": "Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.9::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=1785564264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=1785563600"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3Aa5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=1785564443"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Af4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=1785563571"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Aacb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=1785779712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=1785563573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab?arch=amd64\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=1785563558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3Aee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=1785954125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=1785563557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Ad6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=1785950004"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=1785563600"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Aab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=1785563571"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3Ae6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=1785563573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=1785563558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=1785563557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=1785950004"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=1785563600"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Aa7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=1785563571"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3Afb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=1785563573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810?arch=s390x\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=1785563558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=1785563557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Af6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=1785950004"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-13149",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-06-30T10:00:59.843854+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494813"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the `expand()` function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-loop blocking. This can result in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in brace-expansion, a widely-used npm package for expanding brace sequences. The expand() function exhibits exponential-time complexity when processing consecutive non-expanding brace groups. An attacker who can supply crafted input to expand(), directly or transitively via minimatch or glob, can cause significant CPU consumption and event-loop blocking, resulting in denial of service. The max option does not mitigate this issue, as it bounds the output size rather than the recursion work.",
"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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-13149"
},
{
"category": "external",
"summary": "RHBZ#2494813",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494813"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-13149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-13149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-13149"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/c7e33ec13ac1a684c116720843ce24e208611754",
"url": "https://github.com/juliangruber/brace-expansion/commit/c7e33ec13ac1a684c116720843ce24e208611754"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/brace-expansion",
"url": "https://www.npmjs.com/package/brace-expansion"
}
],
"release_date": "2026-06-30T08:30:34.502000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-05T22:01:10+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50931"
},
{
"category": "workaround",
"details": "There is no practical mitigation for this vulnerability. The brace-expansion package is typically a transitive dependency pulled in via minimatch and glob, making it difficult to isolate. Users should upgrade to a fixed version of brace-expansion when one becomes available.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_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 Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity"
},
{
"acknowledgments": [
{
"names": [
"Shaon Hossain"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
},
{
"names": [
"Martin Brodeur"
]
}
],
"cve": "CVE-2026-15927",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-02-13T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2501256"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Red Hat Quay\u0027s repository-level mirror configuration\nfeature. The POST and PUT handlers in endpoints/api/mirror.py accept an\nexternal_reference parameter without SSRF validation, unlike the\norganization-level mirror handlers which apply validate_external_registry_url().\nA repository administrator can supply a crafted hostname that causes the Quay\nmirror worker to make requests via Skopeo to internal network services, cloud\nmetadata endpoints, or other resources not intended to be reachable from the\nQuay application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "quay: mirror-registry: SSRF: repo-level mirror accepts external_reference without URL validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in Red Hat Quay\u0027s repository-level mirror configuration allows an authenticated repository administrator to conduct Server-Side Request Forgery (SSRF). By providing a specially crafted hostname, an attacker can force the Quay mirror worker to connect to internal network services or cloud metadata endpoints, potentially exposing sensitive internal resources. This risk is limited to actions performed by an authenticated administrator.",
"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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-15927"
},
{
"category": "external",
"summary": "RHBZ#2501256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2501256"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-15927",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15927"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-15927",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-15927"
}
],
"release_date": "2026-07-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-05T22:01:10+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50931"
},
{
"category": "workaround",
"details": "Restrict network egress from Quay mirror worker pods/containers using network\npolicies or firewall rules to block access to internal network ranges\n(10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) and cloud metadata endpoints\n(169.254.169.254, metadata.google.internal). Limit repository creation and\nadmin privileges to trusted users via Quay\u0027s RBAC configuration. If\nrepository-level mirroring is not required, disable the feature or restrict\naccess to the mirror API endpoints through a reverse proxy.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "quay: mirror-registry: SSRF: repo-level mirror accepts external_reference without URL validation"
},
{
"cve": "CVE-2026-39822",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-07-08T17:01:53.592869+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498152"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `os.Root` functionality of Go on Unix systems. This vulnerability allows an attacker to bypass intended directory restrictions by crafting a path that ends with a symbolic link and a trailing slash. When a file is opened in `os.Root` with such a path, the symbolic link is improperly followed, potentially leading to access to locations outside of the defined root directory. This could result in information disclosure or unauthorized file system access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: Go os.Root: Symlink following vulnerability allows directory traversal",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Go\u0027s os.Root implementation. On Unix systems, `os.Root.Open()` improperly follows symlinks to locations outside the root directory when the path ends with a trailing slash (e.g., root.Open(\"symlink/\")). This is because `openat()` with `O_NOFOLLOW` does not prevent symlink resolution when the path has a trailing /. An attacker able to create symlinks within an os.Root directory could use this to read or write files outside the intended root. The os.Root API was introduced in Go 1.24. Go versions prior to 1.24 are not affected. This issue is fixed in Go 1.25.12 and Go 1.26.5.\n\nThe following symbols are affected:\n* `OpenInRoot`: Opens a file or directory within an `os.Root`.\n* `Root.Create`: Creates a file inside an `os.Root`.\n* `Root.Open`: Opens a path relative to an `os.Root`.\n* `Root.OpenFile`: Opens a file with specified flags and permissions inside an `os.Root`.\n* `Root.OpenRoot`: Opens a sub-root directory from an `os.Root`.\n* `Root.ReadFile`: Reads a file inside an `os.Root`.\n* `Root.WriteFile`: Writes a file inside an `os.Root`.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39822"
},
{
"category": "external",
"summary": "RHBZ#2498152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498152"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39822",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39822"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39822",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39822"
},
{
"category": "external",
"summary": "https://go.dev/cl/797880",
"url": "https://go.dev/cl/797880"
},
{
"category": "external",
"summary": "https://go.dev/issue/79005",
"url": "https://go.dev/issue/79005"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/OrmQE_Yp5Sc",
"url": "https://groups.google.com/g/golang-announce/c/OrmQE_Yp5Sc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4970",
"url": "https://pkg.go.dev/vuln/GO-2026-4970"
}
],
"release_date": "2026-07-08T15:46:27.199000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-05T22:01:10+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50931"
},
{
"category": "workaround",
"details": "There is no mitigation for this issue other than updating the Go toolchain to Go 1.25.12 or Go 1.26.5. Programs compiled with Go \u003e= 1.24 that do not use the os.Root API are not affected by this vulnerability.\nThe os.Root API was introduced in Go 1.24. Go versions prior to 1.24 are not affected.\nThis issue is fixed in Go 1.25.12 and Go 1.26.5.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: Go os.Root: Symlink following vulnerability allows directory traversal"
},
{
"cve": "CVE-2026-42504",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-06-02T23:01:00.320527+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484204"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang MIME (Multipurpose Internet Mail Extensions) package. A remote attacker could exploit this vulnerability by sending a maliciously-crafted MIME header containing many invalid encoded-words. This could lead to excessive CPU consumption, resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mime: golang: Golang MIME: Denial of Service via maliciously-crafted MIME header",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is rated as an Important severity flaw. A remote attacker could trigger a Denial of Service by sending a crafted MIME header with numerous invalid encoded-words to an application utilizing the affected Golang MIME package. This could lead to excessive CPU consumption on the system processing the malformed header, impacting service availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42504"
},
{
"category": "external",
"summary": "RHBZ#2484204",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484204"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42504",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42504"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42504",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42504"
},
{
"category": "external",
"summary": "https://go.dev/cl/774481",
"url": "https://go.dev/cl/774481"
},
{
"category": "external",
"summary": "https://go.dev/issue/79217",
"url": "https://go.dev/issue/79217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/tKs3rmcBcKw",
"url": "https://groups.google.com/g/golang-announce/c/tKs3rmcBcKw"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5038",
"url": "https://pkg.go.dev/vuln/GO-2026-5038"
}
],
"release_date": "2026-06-02T22:01:37.219000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-05T22:01:10+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50931"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict network access to services that process MIME headers from untrusted sources. Implement input validation and sanitization for all incoming data, especially MIME headers, to prevent maliciously crafted content from being processed by applications utilizing the vulnerable Golang MIME package.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_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 Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "mime: golang: Golang MIME: Denial of Service via maliciously-crafted MIME header"
},
{
"cve": "CVE-2026-54058",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-07-14T17:02:34.864708+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500057"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow prior to 12.3.0. When an uncompressed McIdas AREA image is loaded from a filename through the mmap raw codec path, attacker-controlled header words can set a row stride smaller than the natural row width. Pixel access such as Image.tobytes(), getpixel, convert, or save can then read beyond the mapped region, disclosing adjacent process memory or causing a fault.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA image",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Pillow is vulnerable to an out-of-bounds read when processing a crafted uncompressed McIdas AREA image via the mmap raw codec. A remote attacker who can supply such an image to a service that loads it without user interaction may disclose adjacent process memory or trigger a denial of service. Fixed in Pillow 12.3.0.",
"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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54058"
},
{
"category": "external",
"summary": "RHBZ#2500057",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500057"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54058"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54058",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54058"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/6a8de891fb00968e5ea79bfa84368ed90b3cfc1d",
"url": "https://github.com/python-pillow/Pillow/commit/6a8de891fb00968e5ea79bfa84368ed90b3cfc1d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9719",
"url": "https://github.com/python-pillow/Pillow/pull/9719"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-62p4-gmf7-7g93",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-62p4-gmf7-7g93"
}
],
"release_date": "2026-07-14T16:27:38.050000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-05T22:01:10+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50931"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA image"
},
{
"cve": "CVE-2026-54060",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-07-06T20:02:29.509113+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497466"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library\u0027s font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker to trigger an unreasonable consumption of system memory, leading to a denial of service (DoS) for the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Pillow prior to version 12.3.0. The FontFile.compile() method in PIL/FontFile.py assembles per-glyph images into a combined bitmap using Image.new() without calling Image._decompression_bomb_check(). This allows a specially crafted font file to trigger excessive memory allocation during conversion or saving, leading to denial of service via resource exhaustion.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54060"
},
{
"category": "external",
"summary": "RHBZ#2497466",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497466"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54060"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5x94-69rx-g8h2",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5x94-69rx-g8h2"
}
],
"release_date": "2026-07-06T18:49:23.788000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-05T22:01:10+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50931"
}
],
"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 Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files"
},
{
"cve": "CVE-2026-55379",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-06T20:01:29.922515+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497452"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing a specially crafted BDF font file. The library\u0027s image processing function fails to properly validate dimensions from the font file, bypassing a critical security check designed to prevent excessive memory usage. This oversight can lead to the system consuming an unreasonable amount of memory, making it unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted BDF font file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the Pillow Python imaging library. The BDF font file parser passes attacker-controlled dimensions to Image.new() without decompression bomb validation, allowing excessive memory allocation and denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55379"
},
{
"category": "external",
"summary": "RHBZ#2497452",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497452"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55379",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55379"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55379",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55379"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-45hq-cxwh-f6vc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-45hq-cxwh-f6vc"
}
],
"release_date": "2026-07-06T18:52:11.633000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-05T22:01:10+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50931"
},
{
"category": "workaround",
"details": "Do not load BDF font files from untrusted sources. Applications that only process standard image formats (PNG, JPEG, etc.) and do not use BdfFontFile or ImageFont.load() with BDF files are not affected.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_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 Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted BDF font file"
},
{
"cve": "CVE-2026-55380",
"cwe": {
"id": "CWE-1285",
"name": "Improper Validation of Specified Index, Position, or Offset in Input"
},
"discovery_date": "2026-07-06T20:01:42.245051+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted GD 2.x image file. The GdImageFile._open() function reads image dimensions without proper validation, leading to excessive memory allocation. This can result in a Denial of Service (DoS) due to C-heap exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted GD 2.x image file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A denial-of-service vulnerability was found in Pillow\u0027s GdImageFile plugin. The GdImageFile._open() function reads image dimensions from GD 2.x file headers and stores them without performing a decompression bomb check. A crafted .gd file of approximately 1 KB can trigger an unchecked 4.3 GB C-heap allocation, potentially crashing the process or exhausting memory on systems with insufficient resources. This issue is fixed in Pillow 12.3.0.",
"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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55380"
},
{
"category": "external",
"summary": "RHBZ#2497455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55380",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55380"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55380",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55380"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/f39b0ae6624eb2d7c5c5d651d9bb5fdbd96a8675",
"url": "https://github.com/python-pillow/Pillow/commit/f39b0ae6624eb2d7c5c5d651d9bb5fdbd96a8675"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-phj9-mv4w-65pm",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-phj9-mv4w-65pm"
}
],
"release_date": "2026-07-06T18:50:14.789000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-05T22:01:10+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50931"
},
{
"category": "workaround",
"details": "Avoid processing untrusted GD 2.x image files with PIL.GdImageFile.open(). Use Image.open() instead, which includes decompression bomb protections for supported formats. If GdImageFile must be used, validate the image dimensions before calling load(). Restricting accepted image formats at the application boundary to only those explicitly needed can reduce exposure.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_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 Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted GD 2.x image file"
},
{
"cve": "CVE-2026-57231",
"cwe": {
"id": "CWE-914",
"name": "Improper Control of Dynamically-Identified Variables"
},
"discovery_date": "2026-06-26T17:01:34.294165+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2493620"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Podman, a tool for managing OCI containers and pods. A malicious container image can be crafted with an environment variable that has a key but no value, or an asterisk (*), to trick Podman. This vulnerability causes Podman to pass host environment variables into the container. Consequently, a malicious image could exfiltrate all Podman environment variables set in the session from which the container is launched, leading to information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "podman: Podman: Information disclosure via malicious container image environment variables",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-57231"
},
{
"category": "external",
"summary": "RHBZ#2493620",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493620"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-57231",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57231"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-57231",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-57231"
},
{
"category": "external",
"summary": "https://github.com/podman-container-tools/podman/commit/6c431b73dbf8e4b20b778644d7a80caebdb75050",
"url": "https://github.com/podman-container-tools/podman/commit/6c431b73dbf8e4b20b778644d7a80caebdb75050"
},
{
"category": "external",
"summary": "https://github.com/podman-container-tools/podman/security/advisories/GHSA-4hq8-gpf5-8p68",
"url": "https://github.com/podman-container-tools/podman/security/advisories/GHSA-4hq8-gpf5-8p68"
}
],
"release_date": "2026-06-26T16:29:02.092000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-05T22:01:10+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50931"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "podman: Podman: Information disclosure via malicious container image environment variables"
},
{
"cve": "CVE-2026-59197",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-07-14T17:01:29.487456+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow prior to 12.3.0. The public RankFilter API can trigger a native heap out-of-bounds write when given a very large odd filter size. ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation, and ImagingExpand() computes output dimensions with unchecked signed integer arithmetic. This can lead to denial of service and limited integrity impact via heap corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Native heap out-of-bounds write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Pillow\u0027s RankFilter API is vulnerable to a native heap out-of-bounds write when a caller supplies a very large odd filter size. Expansion runs before size validation and ImagingExpand uses unchecked signed integer arithmetic for output dimensions. A remote attacker who can drive RankFilter with attacker-controlled sizes may crash the process or corrupt heap memory. Fixed in Pillow 12.3.0.",
"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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59197"
},
{
"category": "external",
"summary": "RHBZ#2500043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59197"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1",
"url": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9695",
"url": "https://github.com/python-pillow/Pillow/pull/9695"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr"
}
],
"release_date": "2026-07-14T16:25:23.520000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-05T22:01:10+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50931"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Native heap out-of-bounds write"
},
{
"cve": "CVE-2026-59199",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-07-14T17:02:51.371888+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500061"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit a vulnerability in the library\u0027s image processing functions, specifically when handling image coordinates near certain limits. This flaw, a native heap out-of-bounds write, could lead to a denial of service (DoS), making the affected system or application unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via out-of-bounds write in image processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The impact is limited to denial of service. While the underlying issue is a heap out-of-bounds write, it does not provide a controlled write primitive exploitable for code execution in affected Red Hat products.",
"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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59199"
},
{
"category": "external",
"summary": "RHBZ#2500061",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500061"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59199",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59199"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59199",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59199"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/ceefc348eb3c3844c7f9796ef2cc3a7dd5fbba7b",
"url": "https://github.com/python-pillow/Pillow/commit/ceefc348eb3c3844c7f9796ef2cc3a7dd5fbba7b"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9703",
"url": "https://github.com/python-pillow/Pillow/pull/9703"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-6r8x-57c9-28j4",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-6r8x-57c9-28j4"
}
],
"release_date": "2026-07-14T15:42:15.071000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-05T22:01:10+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50931"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_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 Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Denial of Service via out-of-bounds write in image processing"
},
{
"cve": "CVE-2026-59200",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-07-14T17:02:45.929986+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500060"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit a vulnerability in the PdfParser.PdfStream.decode() function when processing a crafted FlateDecode PDF stream. By providing a specially designed PDF file, the attacker could cause the application to exhaust available memory, leading to a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of service via crafted PDF stream",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The impact is limited to denial of service via memory exhaustion. A small crafted PDF input can force unbounded decompression, but this does not lead to code execution or information disclosure.",
"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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59200"
},
{
"category": "external",
"summary": "RHBZ#2500060",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500060"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59200",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59200"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59200",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59200"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/f7a31ea75e460e108c37126da1f47812f21f6b09",
"url": "https://github.com/python-pillow/Pillow/commit/f7a31ea75e460e108c37126da1f47812f21f6b09"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9718",
"url": "https://github.com/python-pillow/Pillow/pull/9718"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-jjj6-mw9f-p565",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-jjj6-mw9f-p565"
}
],
"release_date": "2026-07-14T16:09:05.091000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-05T22:01:10+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50931"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_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 Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Denial of service via crafted PDF stream"
},
{
"cve": "CVE-2026-59204",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-07-14T16:02:11.802781+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted JPEG2000 image file. Due to incorrect calculation of memory requirements for image tiles, processing this file can lead to excessive memory consumption, resulting in a denial of service (DoS) through out-of-memory failures.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via crafted JPEG2000 image",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The impact is limited to denial of service via excessive memory allocation. A crafted JPEG2000 file can trigger out-of-memory failures, but this does not lead to code execution or information disclosure.",
"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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59204"
},
{
"category": "external",
"summary": "RHBZ#2500022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59204"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/13ada41172142f2fd9f0906f615a00ea623a11ca",
"url": "https://github.com/python-pillow/Pillow/commit/13ada41172142f2fd9f0906f615a00ea623a11ca"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9704",
"url": "https://github.com/python-pillow/Pillow/pull/9704"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-vjc4-5qp5-m44j",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-vjc4-5qp5-m44j"
}
],
"release_date": "2026-07-14T15:38:29.545000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-05T22:01:10+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50931"
},
{
"category": "workaround",
"details": "If the application does not need JPEG2000 support, block .jp2, .j2k, .jpf, and .jpx uploads at the input layer.\n\nFor services that do process JPEG2000, set memory limits on the process or container (LimitAS= in systemd, or memory limits in Kubernetes/Podman) so a crafted image can only crash the worker, not the whole host. Add automatic restarts (Restart=always in systemd, or container restart policies) so the service recovers from OOM kills without someone having to intervene.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_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 Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Denial of Service via crafted JPEG2000 image"
},
{
"cve": "CVE-2026-59205",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2026-07-14T17:02:11.367224+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500052"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows an attacker to trigger controlled native heap corruption by supplying an output image whose mode does not match the transform\u0027s declared output mode when using the ImageCms.ImageCmsTransform.apply API. This can lead to a denial of service (DoS) condition, making the affected system or application unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Controlled native heap corruption in ImageCms.ImageCmsTransform.apply API",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The impact is limited to denial of service. While the underlying issue is heap corruption via mode mismatch, it does not provide a controlled write primitive exploitable for code execution in affected Red Hat products.",
"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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59205"
},
{
"category": "external",
"summary": "RHBZ#2500052",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500052"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59205",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59205"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59205",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59205"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/a9ffc42bedf4fc0a7ef8d6486e7f9e81e3397721",
"url": "https://github.com/python-pillow/Pillow/commit/a9ffc42bedf4fc0a7ef8d6486e7f9e81e3397721"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9715",
"url": "https://github.com/python-pillow/Pillow/pull/9715"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-9hw9-ch79-4vh6",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-9hw9-ch79-4vh6"
}
],
"release_date": "2026-07-14T15:48:39.962000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-05T22:01:10+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50931"
},
{
"category": "workaround",
"details": "Most applications using Pillow\u0027s color management via profileToProfile() or applyTransform() are not exposed. Only code that calls ImageCmsTransform.apply() directly with a user-controlled output image whose mode does not match the transform can trigger the heap corruption. Audit your code for direct apply() calls to confirm.\n\nRHEL builds ship with ASLR, full RELRO/PIE, and FORTIFY_SOURCE by default, making escalation from crash to code execution much harder. For DoS containment, configure automatic service restart (Restart=always in systemd, or container restart policies) so the process recovers without manual intervention.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_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 Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Controlled native heap corruption in ImageCms.ImageCmsTransform.apply API"
},
{
"cve": "CVE-2026-59869",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-07-08T16:01:38.408322+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in js-yaml, a JavaScript YAML parser and dumper. A remote attacker could exploit this vulnerability by providing a specially crafted YAML document containing a chain of mappings with merge keys. This could cause the parser to consume excessive CPU resources, leading to a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "js-yaml: js-yaml: Denial of Service via crafted YAML documents",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Important. Red Hat products utilizing `js-yaml` to process untrusted YAML input are susceptible to a denial of service, as a remote attacker can provide a crafted document that consumes excessive CPU resources. This is considered Important due to the potential for service disruption without requiring authentication or complex attack vectors.",
"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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59869"
},
{
"category": "external",
"summary": "RHBZ#2498122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59869",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59869"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/24f13e79ee1343a7e30bd6f6c9d9cdbf0ac9b2b7",
"url": "https://github.com/nodeca/js-yaml/commit/24f13e79ee1343a7e30bd6f6c9d9cdbf0ac9b2b7"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/59423c6f8cdc78742ac00e25a4dd39ef16b702e4",
"url": "https://github.com/nodeca/js-yaml/commit/59423c6f8cdc78742ac00e25a4dd39ef16b702e4"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/releases/tag/3.15.0",
"url": "https://github.com/nodeca/js-yaml/releases/tag/3.15.0"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/releases/tag/4.3.0",
"url": "https://github.com/nodeca/js-yaml/releases/tag/4.3.0"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-52cp-r559-cp3m",
"url": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-52cp-r559-cp3m"
}
],
"release_date": "2026-07-08T15:15:54.675000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-05T22:01:10+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50931"
},
{
"category": "workaround",
"details": "To reduce exposure, restrict the processing of untrusted YAML documents by applications that rely on `js-yaml`. Implement robust input validation and sanitization for all YAML data originating from external or untrusted sources. Consider limiting network access to services that parse YAML content to trusted networks or clients through appropriate firewall configurations.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_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 Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "js-yaml: js-yaml: Denial of Service via crafted YAML documents"
},
{
"cve": "CVE-2026-59885",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-07-14T18:17:12.157807+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500380"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyasn1, a Python library for Abstract Syntax Notation One (ASN.1). The BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A remote attacker could exploit this by providing a specially crafted payload containing an OID with many arcs, leading to excessive CPU consumption and a denial of service (DoS) in applications that decode untrusted ASN.1 data. The corresponding encoders also exhibit this quadratic behavior when re-encoding attacker-supplied values.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: python-pyasn1: pyasn1: Denial of Service via crafted ASN.1 OBJECT IDENTIFIER",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in pyasn1. The BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A small crafted payload containing an OID with many arcs consumes excessive CPU per decode() call, allowing denial of service in applications that decode untrusted ASN.1 data (certificates, LDAP, SNMP, Kerberos). The corresponding encoders exhibit the same behavior when re-encoding attacker-supplied values. The arc-size limit introduced for CVE-2026-23490 does not mitigate this issue. This issue is fixed in pyasn1 version 0.6.4.",
"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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59885"
},
{
"category": "external",
"summary": "RHBZ#2500380",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500380"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59885",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59885"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59885",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59885"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/45bdb19eb7df4b3780fe9c912c63e99bffc39dd9",
"url": "https://github.com/pyasn1/pyasn1/commit/45bdb19eb7df4b3780fe9c912c63e99bffc39dd9"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-8ppf-4f7h-5ppj",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-8ppf-4f7h-5ppj"
}
],
"release_date": "2026-07-14T16:40:00.515000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-05T22:01:10+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50931"
},
{
"category": "workaround",
"details": "Update to pyasn1 version 0.6.4 or later when available for your product stream. The impact is limited to availability (denial of service) \u2014 an attacker cannot access or modify data. Applications that do not process untrusted ASN.1 input are at reduced risk.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_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 Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: python-pyasn1: pyasn1: Denial of Service via crafted ASN.1 OBJECT IDENTIFIER"
},
{
"cve": "CVE-2026-59886",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T17:01:19.689422+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500041"
}
],
"notes": [
{
"category": "description",
"text": "A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value, this can cause excessive CPU and memory consumption, leading to a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in pyasn1, rated as Important, could lead to a denial of service in Red Hat products that process untrusted ASN.1 data. A remote attacker could send a specially crafted BER, CER, or DER encoded REAL value with a large exponent, causing applications to consume excessive resources during decoding operations such as printing, logging, or arithmetic, thereby rendering the service unavailable.",
"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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59886"
},
{
"category": "external",
"summary": "RHBZ#2500041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500041"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59886",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59886"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886",
"url": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r"
}
],
"release_date": "2026-07-14T16:38:29.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-05T22:01:10+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50931"
},
{
"category": "workaround",
"details": "When processing untrusted ASN.1 data with pyasn1, avoid calling prettyPrint(), str(), float(), int(), or performing comparisons or arithmetic on decoded Real (ASN.1 REAL type) objects. Instead, inspect the raw (mantissa, base, exponent) tuple directly. Where logging decoded ASN.1 structures is necessary, filter out or sanitize Real-typed values before conversion.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_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 Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:1745fe5e9d61d508defcab20917b10f07a93f59f585d2db3b4e0e90f5a575810_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:84519688f09c3b1d1bfa8047b43ee9d66beccf2388a1962c4143fbc1b9ebb8ab_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:91dbd3703bed9f6b9cd5af2c4fd4e2c909d3894d5859bb38cd0aff779712fd1f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:a5b5afb1630f563b4e3eff6ac3c6efb8ab011d75f49ccab7cee7391cd4d83532_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a7bd337dd766137f2e3a3f99ff22184e82e486f674ff46efa10a7429dbeb66bb_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ab69968f754d9364a897b3f730961a68de05df087469c1ba515401e5d09a416d_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f4f8f737998c04b6302aeb28db5aebdfda8aea4beb08a546ba0e65c2bf86bddc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:acb7bb6e62d1d1236333c8b785616587d1f3674c5458af0f429086756fc44b03_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:162390f2b74fd3f3a079e5c0faa0996b8933f60fa6d1522bba786c743f1eb2d8_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:e6924420001257e731f371bcd9aff7b8341a9d6c6d38ff0ed67668bc3b684fe0_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:fb7dd607364f3ce80ab5b788c4728dbabee96087479eb717df3909b81575b144_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:9aca4565fe6117d9852388593f0d5800d019266fb67c065a7fe1e88291650ae2_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:023666d9184b8a3ae449f8b2260ef331e7403f7c70682c394946d0d830530979_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5915e4c0e0fb26d7e251b73e80fcb6e706d6f829db44132e002a08b420e3b041_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7fb600500c4c41591889027932895b6b570a8f0ded072ffe44ce35fc18af6a38_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:ee8284581f4f451535ff4bb4c1c430fed31cd92df37a8cb96410f1cf62c2a4cc_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:05be0dc429ac55dd27dba6489c32fd43a53eb62ec062528b066ce49b3d2d056d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:19949390f105f181b89b01bc3bdb5c9c94e576337e287dd55d49051cee861a51_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:9723f8105532482e1a42da8d97bf5a9984680b019d5e1bd86580bacdd6c3453c_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:427604f87ce3221aee9c8c115a7b80a15aa9b3f6baaa139218b5d410a4fb45cb_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d6918deb61a5917a667cc8b58da97eef5268e967e44c75c31950ff3f1840a187_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:f6cfbe5b8c58d6dbbddc1a809643ffe95f0e54a1a1571bde6748bd2664bb8883_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values"
}
]
}
RHSA-2026:52551
Vulnerability from csaf_redhat - Published: 2026-08-10 04:01 - Updated: 2026-08-11 18:50A flaw was found in Pillow prior to 12.3.0. When an uncompressed McIdas AREA image is loaded from a filename through the mmap raw codec path, attacker-controlled header words can set a row stride smaller than the natural row width. Pixel access such as Image.tobytes(), getpixel, convert, or save can then read beyond the mapped region, disclosing adjacent process memory or causing a fault.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing specially crafted PCF font data. This data, when processed, can lead to excessive memory allocation because the library does not properly check for decompression bombs. The primary consequence is a Denial of Service (DoS), which could make the affected system or application unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library's font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker to trigger an unreasonable consumption of system memory, leading to a denial of service (DoS) for the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing a specially crafted BDF font file. The library's image processing function fails to properly validate dimensions from the font file, bypassing a critical security check designed to prevent excessive memory usage. This oversight can lead to the system consuming an unreasonable amount of memory, making it unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted GD 2.x image file. The GdImageFile._open() function reads image dimensions without proper validation, leading to excessive memory allocation. This can result in a Denial of Service (DoS) due to C-heap exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Pillow prior to 12.3.0. The public RankFilter API can trigger a native heap out-of-bounds write when given a very large odd filter size. ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation, and ImagingExpand() computes output dimensions with unchecked signed integer arithmetic. This can lead to denial of service and limited integrity impact via heap corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python-pillow is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On.\n\nRed Hat Product Security has rated this update as having a security impact of 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": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python-pillow: Pillow: Denial of Service via crafted BDF font file (CVE-2026-55379)\n\n* python-pillow: Pillow: Denial of Service via crafted GD 2.x image file (CVE-2026-55380)\n\n* python-pillow: Pillow: Denial of Service via crafted PCF font data (CVE-2026-54059)\n\n* python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files (CVE-2026-54060)\n\n* Pillow: Pillow: Native heap out-of-bounds write (CVE-2026-59197)\n\n* Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA image (CVE-2026-54058)\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:52551",
"url": "https://access.redhat.com/errata/RHSA-2026:52551"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2497452",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497452"
},
{
"category": "external",
"summary": "2497455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497455"
},
{
"category": "external",
"summary": "2497464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497464"
},
{
"category": "external",
"summary": "2497466",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497466"
},
{
"category": "external",
"summary": "2500043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500043"
},
{
"category": "external",
"summary": "2500057",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500057"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_52551.json"
}
],
"title": "Red Hat Security Advisory: python-pillow security update",
"tracking": {
"current_release_date": "2026-08-11T18:50:49+00:00",
"generator": {
"date": "2026-08-11T18:50:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.14"
}
},
"id": "RHSA-2026:52551",
"initial_release_date": "2026-08-10T04:01:12+00:00",
"revision_history": [
{
"date": "2026-08-10T04:01:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-10T04:01:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-11T18:50:49+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus_long_life:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-pillow-0:5.1.1-15.el8_4.2.src",
"product": {
"name": "python-pillow-0:5.1.1-15.el8_4.2.src",
"product_id": "python-pillow-0:5.1.1-15.el8_4.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow@5.1.1-15.el8_4.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"product": {
"name": "python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"product_id": "python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow@5.1.1-15.el8_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"product": {
"name": "python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"product_id": "python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debugsource@5.1.1-15.el8_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"product": {
"name": "python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"product_id": "python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debuginfo@5.1.1-15.el8_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"product": {
"name": "python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"product_id": "python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-debuginfo@5.1.1-15.el8_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"product": {
"name": "python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"product_id": "python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-tk-debuginfo@5.1.1-15.el8_4.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-0:5.1.1-15.el8_4.2.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src"
},
"product_reference": "python-pillow-0:5.1.1-15.el8_4.2.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
},
"product_reference": "python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64"
},
"product_reference": "python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-0:5.1.1-15.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64"
},
"product_reference": "python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
},
"product_reference": "python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
},
"product_reference": "python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-0:5.1.1-15.el8_4.2.src as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src"
},
"product_reference": "python-pillow-0:5.1.1-15.el8_4.2.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
},
"product_reference": "python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64"
},
"product_reference": "python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-0:5.1.1-15.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64"
},
"product_reference": "python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
},
"product_reference": "python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
},
"product_reference": "python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-54058",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-07-14T17:02:34.864708+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500057"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow prior to 12.3.0. When an uncompressed McIdas AREA image is loaded from a filename through the mmap raw codec path, attacker-controlled header words can set a row stride smaller than the natural row width. Pixel access such as Image.tobytes(), getpixel, convert, or save can then read beyond the mapped region, disclosing adjacent process memory or causing a fault.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA image",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Pillow is vulnerable to an out-of-bounds read when processing a crafted uncompressed McIdas AREA image via the mmap raw codec. A remote attacker who can supply such an image to a service that loads it without user interaction may disclose adjacent process memory or trigger a denial of service. Fixed in Pillow 12.3.0.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54058"
},
{
"category": "external",
"summary": "RHBZ#2500057",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500057"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54058"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54058",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54058"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/6a8de891fb00968e5ea79bfa84368ed90b3cfc1d",
"url": "https://github.com/python-pillow/Pillow/commit/6a8de891fb00968e5ea79bfa84368ed90b3cfc1d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9719",
"url": "https://github.com/python-pillow/Pillow/pull/9719"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-62p4-gmf7-7g93",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-62p4-gmf7-7g93"
}
],
"release_date": "2026-07-14T16:27:38.050000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T04:01:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52551"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA image"
},
{
"cve": "CVE-2026-54059",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-07-06T20:02:21.640821+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497464"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing specially crafted PCF font data. This data, when processed, can lead to excessive memory allocation because the library does not properly check for decompression bombs. The primary consequence is a Denial of Service (DoS), which could make the affected system or application unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted PCF font data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the Python Pillow library. The PcfFontFile._load_bitmaps() method reads glyph dimensions from the PCF METRICS section and passes them directly to Image.frombytes() without calling Image._decompression_bomb_check(). This allows crafted PCF font data to cause excessive memory allocation, leading to a denial of service condition. An attacker could exploit this by providing a specially crafted PCF font file to an application that uses Pillow\u0027s font loading functionality.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54059"
},
{
"category": "external",
"summary": "RHBZ#2497464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497464"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54059"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54059",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54059"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-8v84-f9pq-wr9x",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-8v84-f9pq-wr9x"
}
],
"release_date": "2026-07-06T18:46:09.433000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T04:01:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52551"
},
{
"category": "workaround",
"details": "Do not load PCF fonts from untrusted sources. If PCF font loading is required, validate font file dimensions before passing them to Pillow, or upgrade to Pillow 12.3.0 or later which includes the fix for this vulnerability.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.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-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted PCF font data"
},
{
"cve": "CVE-2026-54060",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-07-06T20:02:29.509113+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497466"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library\u0027s font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker to trigger an unreasonable consumption of system memory, leading to a denial of service (DoS) for the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Pillow prior to version 12.3.0. The FontFile.compile() method in PIL/FontFile.py assembles per-glyph images into a combined bitmap using Image.new() without calling Image._decompression_bomb_check(). This allows a specially crafted font file to trigger excessive memory allocation during conversion or saving, leading to denial of service via resource exhaustion.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54060"
},
{
"category": "external",
"summary": "RHBZ#2497466",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497466"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54060"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5x94-69rx-g8h2",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5x94-69rx-g8h2"
}
],
"release_date": "2026-07-06T18:49:23.788000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T04:01:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52551"
}
],
"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.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files"
},
{
"cve": "CVE-2026-55379",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-06T20:01:29.922515+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497452"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing a specially crafted BDF font file. The library\u0027s image processing function fails to properly validate dimensions from the font file, bypassing a critical security check designed to prevent excessive memory usage. This oversight can lead to the system consuming an unreasonable amount of memory, making it unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted BDF font file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the Pillow Python imaging library. The BDF font file parser passes attacker-controlled dimensions to Image.new() without decompression bomb validation, allowing excessive memory allocation and denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55379"
},
{
"category": "external",
"summary": "RHBZ#2497452",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497452"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55379",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55379"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55379",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55379"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-45hq-cxwh-f6vc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-45hq-cxwh-f6vc"
}
],
"release_date": "2026-07-06T18:52:11.633000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T04:01:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52551"
},
{
"category": "workaround",
"details": "Do not load BDF font files from untrusted sources. Applications that only process standard image formats (PNG, JPEG, etc.) and do not use BdfFontFile or ImageFont.load() with BDF files are not affected.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.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-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted BDF font file"
},
{
"cve": "CVE-2026-55380",
"cwe": {
"id": "CWE-1285",
"name": "Improper Validation of Specified Index, Position, or Offset in Input"
},
"discovery_date": "2026-07-06T20:01:42.245051+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted GD 2.x image file. The GdImageFile._open() function reads image dimensions without proper validation, leading to excessive memory allocation. This can result in a Denial of Service (DoS) due to C-heap exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted GD 2.x image file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A denial-of-service vulnerability was found in Pillow\u0027s GdImageFile plugin. The GdImageFile._open() function reads image dimensions from GD 2.x file headers and stores them without performing a decompression bomb check. A crafted .gd file of approximately 1 KB can trigger an unchecked 4.3 GB C-heap allocation, potentially crashing the process or exhausting memory on systems with insufficient resources. This issue is fixed in Pillow 12.3.0.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55380"
},
{
"category": "external",
"summary": "RHBZ#2497455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55380",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55380"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55380",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55380"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/f39b0ae6624eb2d7c5c5d651d9bb5fdbd96a8675",
"url": "https://github.com/python-pillow/Pillow/commit/f39b0ae6624eb2d7c5c5d651d9bb5fdbd96a8675"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-phj9-mv4w-65pm",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-phj9-mv4w-65pm"
}
],
"release_date": "2026-07-06T18:50:14.789000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T04:01:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52551"
},
{
"category": "workaround",
"details": "Avoid processing untrusted GD 2.x image files with PIL.GdImageFile.open(). Use Image.open() instead, which includes decompression bomb protections for supported formats. If GdImageFile must be used, validate the image dimensions before calling load(). Restricting accepted image formats at the application boundary to only those explicitly needed can reduce exposure.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.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-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted GD 2.x image file"
},
{
"cve": "CVE-2026-59197",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-07-14T17:01:29.487456+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow prior to 12.3.0. The public RankFilter API can trigger a native heap out-of-bounds write when given a very large odd filter size. ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation, and ImagingExpand() computes output dimensions with unchecked signed integer arithmetic. This can lead to denial of service and limited integrity impact via heap corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Native heap out-of-bounds write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Pillow\u0027s RankFilter API is vulnerable to a native heap out-of-bounds write when a caller supplies a very large odd filter size. Expansion runs before size validation and ImagingExpand uses unchecked signed integer arithmetic for output dimensions. A remote attacker who can drive RankFilter with attacker-controlled sizes may crash the process or corrupt heap memory. Fixed in Pillow 12.3.0.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59197"
},
{
"category": "external",
"summary": "RHBZ#2500043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59197"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1",
"url": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9695",
"url": "https://github.com/python-pillow/Pillow/pull/9695"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr"
}
],
"release_date": "2026-07-14T16:25:23.520000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T04:01:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52551"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-0:5.1.1-15.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pillow-debugsource-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-debuginfo-0:5.1.1-15.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-pillow-tk-debuginfo-0:5.1.1-15.el8_4.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Native heap out-of-bounds write"
}
]
}
RHSA-2026:52968
Vulnerability from csaf_redhat - Published: 2026-08-10 17:58 - Updated: 2026-08-11 18:48A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the `expand()` function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-loop blocking. This can result in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x | — |
Workaround
|
A flaw was found in Red Hat Quay's repository-level mirror configuration feature. The POST and PUT handlers in endpoints/api/mirror.py accept an external_reference parameter without SSRF validation, unlike the organization-level mirror handlers which apply validate_external_registry_url(). A repository administrator can supply a crafted hostname that causes the Quay mirror worker to make requests via Skopeo to internal network services, cloud metadata endpoints, or other resources not intended to be reachable from the Quay application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x | — |
Workaround
|
A flaw was found in the `os.Root` functionality of Go on Unix systems. This vulnerability allows an attacker to bypass intended directory restrictions by crafting a path that ends with a symbolic link and a trailing slash. When a file is opened in `os.Root` with such a path, the symbolic link is improperly followed, potentially leading to access to locations outside of the defined root directory. This could result in information disclosure or unauthorized file system access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x | — |
Workaround
|
A flaw was found in the Golang MIME (Multipurpose Internet Mail Extensions) package. A remote attacker could exploit this vulnerability by sending a maliciously-crafted MIME header containing many invalid encoded-words. This could lead to excessive CPU consumption, resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x | — |
Workaround
|
A flaw was found in Pillow prior to 12.3.0. When an uncompressed McIdas AREA image is loaded from a filename through the mmap raw codec path, attacker-controlled header words can set a row stride smaller than the natural row width. Pixel access such as Image.tobytes(), getpixel, convert, or save can then read beyond the mapped region, disclosing adjacent process memory or causing a fault.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x | — |
A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library's font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker to trigger an unreasonable consumption of system memory, leading to a denial of service (DoS) for the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x | — |
A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing a specially crafted BDF font file. The library's image processing function fails to properly validate dimensions from the font file, bypassing a critical security check designed to prevent excessive memory usage. This oversight can lead to the system consuming an unreasonable amount of memory, making it unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted GD 2.x image file. The GdImageFile._open() function reads image dimensions without proper validation, leading to excessive memory allocation. This can result in a Denial of Service (DoS) due to C-heap exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x | — |
Workaround
|
A flaw was found in Podman, a tool for managing OCI containers and pods. A malicious container image can be crafted with an environment variable that has a key but no value, or an asterisk (*), to trick Podman. This vulnerability causes Podman to pass host environment variables into the container. Consequently, a malicious image could exfiltrate all Podman environment variables set in the session from which the container is launched, leading to information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x | — |
Workaround
|
A flaw was found in Pillow prior to 12.3.0. The public RankFilter API can trigger a native heap out-of-bounds write when given a very large odd filter size. ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation, and ImagingExpand() computes output dimensions with unchecked signed integer arithmetic. This can lead to denial of service and limited integrity impact via heap corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x | — |
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit a vulnerability in the library's image processing functions, specifically when handling image coordinates near certain limits. This flaw, a native heap out-of-bounds write, could lead to a denial of service (DoS), making the affected system or application unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit a vulnerability in the PdfParser.PdfStream.decode() function when processing a crafted FlateDecode PDF stream. By providing a specially designed PDF file, the attacker could cause the application to exhaust available memory, leading to a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted JPEG2000 image file. Due to incorrect calculation of memory requirements for image tiles, processing this file can lead to excessive memory consumption, resulting in a denial of service (DoS) through out-of-memory failures.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. This vulnerability allows an attacker to trigger controlled native heap corruption by supplying an output image whose mode does not match the transform's declared output mode when using the ImageCms.ImageCmsTransform.apply API. This can lead to a denial of service (DoS) condition, making the affected system or application unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x | — |
Workaround
|
A flaw was found in js-yaml, a JavaScript YAML parser and dumper. A remote attacker could exploit this vulnerability by providing a specially crafted YAML document containing a chain of mappings with merge keys. This could cause the parser to consume excessive CPU resources, leading to a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x | — |
Workaround
|
A flaw was found in pyasn1, a Python library for Abstract Syntax Notation One (ASN.1). The BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A remote attacker could exploit this by providing a specially crafted payload containing an OID with many arcs, leading to excessive CPU consumption and a denial of service (DoS) in applications that decode untrusted ASN.1 data. The corresponding encoders also exhibit this quadratic behavior when re-encoding attacker-supplied values.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x | — |
Workaround
|
A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value, this can cause excessive CPU and memory consumption, leading to a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_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 Quay 3.12.21 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.12.21",
"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:52968",
"url": "https://access.redhat.com/errata/RHSA-2026:52968"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-13149",
"url": "https://access.redhat.com/security/cve/CVE-2026-13149"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-15927",
"url": "https://access.redhat.com/security/cve/CVE-2026-15927"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39822",
"url": "https://access.redhat.com/security/cve/CVE-2026-39822"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42504",
"url": "https://access.redhat.com/security/cve/CVE-2026-42504"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54058",
"url": "https://access.redhat.com/security/cve/CVE-2026-54058"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54060",
"url": "https://access.redhat.com/security/cve/CVE-2026-54060"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-55379",
"url": "https://access.redhat.com/security/cve/CVE-2026-55379"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-55380",
"url": "https://access.redhat.com/security/cve/CVE-2026-55380"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-57231",
"url": "https://access.redhat.com/security/cve/CVE-2026-57231"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59197",
"url": "https://access.redhat.com/security/cve/CVE-2026-59197"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59199",
"url": "https://access.redhat.com/security/cve/CVE-2026-59199"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59200",
"url": "https://access.redhat.com/security/cve/CVE-2026-59200"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59204",
"url": "https://access.redhat.com/security/cve/CVE-2026-59204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59205",
"url": "https://access.redhat.com/security/cve/CVE-2026-59205"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59869",
"url": "https://access.redhat.com/security/cve/CVE-2026-59869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59885",
"url": "https://access.redhat.com/security/cve/CVE-2026-59885"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59886",
"url": "https://access.redhat.com/security/cve/CVE-2026-59886"
},
{
"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_52968.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.12.21",
"tracking": {
"current_release_date": "2026-08-11T18:48:06+00:00",
"generator": {
"date": "2026-08-11T18:48:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.14"
}
},
"id": "RHSA-2026:52968",
"initial_release_date": "2026-08-10T17:58:19+00:00",
"revision_history": [
{
"date": "2026-08-10T17:58:19+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-10T17:58:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-11T18:48:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.12",
"product": {
"name": "Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.12::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3Abd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=1786171664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=1786170511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3A7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=1786171106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=1786170019"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Aa738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=1786170684"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3Af645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=1786170241"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Aa70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2?arch=amd64\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=1786170209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3Aae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=1786174731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=1786170245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Afd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=1786170635"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Adc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf?arch=arm64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=1786170511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72?arch=arm64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=1786170019"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3Ad132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411?arch=arm64\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=1786170241"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175?arch=arm64\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=1786170209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872?arch=arm64\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=1786170245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef?arch=arm64\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=1786170635"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=1786170511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=1786170019"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=1786170241"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=1786170209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=1786170245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=1786170635"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=1786170511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=1786170019"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=1786170241"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a?arch=s390x\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=1786170209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Aaf8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=1786170245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=1786170635"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-13149",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-06-30T10:00:59.843854+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494813"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the `expand()` function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-loop blocking. This can result in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in brace-expansion, a widely-used npm package for expanding brace sequences. The expand() function exhibits exponential-time complexity when processing consecutive non-expanding brace groups. An attacker who can supply crafted input to expand(), directly or transitively via minimatch or glob, can cause significant CPU consumption and event-loop blocking, resulting in denial of service. The max option does not mitigate this issue, as it bounds the output size rather than the recursion work.",
"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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-13149"
},
{
"category": "external",
"summary": "RHBZ#2494813",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494813"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-13149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-13149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-13149"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/c7e33ec13ac1a684c116720843ce24e208611754",
"url": "https://github.com/juliangruber/brace-expansion/commit/c7e33ec13ac1a684c116720843ce24e208611754"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/brace-expansion",
"url": "https://www.npmjs.com/package/brace-expansion"
}
],
"release_date": "2026-06-30T08:30:34.502000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T17:58:19+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52968"
},
{
"category": "workaround",
"details": "There is no practical mitigation for this vulnerability. The brace-expansion package is typically a transitive dependency pulled in via minimatch and glob, making it difficult to isolate. Users should upgrade to a fixed version of brace-expansion when one becomes available.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity"
},
{
"acknowledgments": [
{
"names": [
"Shaon Hossain"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
},
{
"names": [
"Martin Brodeur"
]
}
],
"cve": "CVE-2026-15927",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-02-13T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2501256"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Red Hat Quay\u0027s repository-level mirror configuration\nfeature. The POST and PUT handlers in endpoints/api/mirror.py accept an\nexternal_reference parameter without SSRF validation, unlike the\norganization-level mirror handlers which apply validate_external_registry_url().\nA repository administrator can supply a crafted hostname that causes the Quay\nmirror worker to make requests via Skopeo to internal network services, cloud\nmetadata endpoints, or other resources not intended to be reachable from the\nQuay application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "quay: mirror-registry: SSRF: repo-level mirror accepts external_reference without URL validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in Red Hat Quay\u0027s repository-level mirror configuration allows an authenticated repository administrator to conduct Server-Side Request Forgery (SSRF). By providing a specially crafted hostname, an attacker can force the Quay mirror worker to connect to internal network services or cloud metadata endpoints, potentially exposing sensitive internal resources. This risk is limited to actions performed by an authenticated administrator.",
"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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-15927"
},
{
"category": "external",
"summary": "RHBZ#2501256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2501256"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-15927",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15927"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-15927",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-15927"
}
],
"release_date": "2026-07-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T17:58:19+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52968"
},
{
"category": "workaround",
"details": "Restrict network egress from Quay mirror worker pods/containers using network\npolicies or firewall rules to block access to internal network ranges\n(10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) and cloud metadata endpoints\n(169.254.169.254, metadata.google.internal). Limit repository creation and\nadmin privileges to trusted users via Quay\u0027s RBAC configuration. If\nrepository-level mirroring is not required, disable the feature or restrict\naccess to the mirror API endpoints through a reverse proxy.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "quay: mirror-registry: SSRF: repo-level mirror accepts external_reference without URL validation"
},
{
"cve": "CVE-2026-39822",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-07-08T17:01:53.592869+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498152"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `os.Root` functionality of Go on Unix systems. This vulnerability allows an attacker to bypass intended directory restrictions by crafting a path that ends with a symbolic link and a trailing slash. When a file is opened in `os.Root` with such a path, the symbolic link is improperly followed, potentially leading to access to locations outside of the defined root directory. This could result in information disclosure or unauthorized file system access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: Go os.Root: Symlink following vulnerability allows directory traversal",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Go\u0027s os.Root implementation. On Unix systems, `os.Root.Open()` improperly follows symlinks to locations outside the root directory when the path ends with a trailing slash (e.g., root.Open(\"symlink/\")). This is because `openat()` with `O_NOFOLLOW` does not prevent symlink resolution when the path has a trailing /. An attacker able to create symlinks within an os.Root directory could use this to read or write files outside the intended root. The os.Root API was introduced in Go 1.24. Go versions prior to 1.24 are not affected. This issue is fixed in Go 1.25.12 and Go 1.26.5.\n\nThe following symbols are affected:\n* `OpenInRoot`: Opens a file or directory within an `os.Root`.\n* `Root.Create`: Creates a file inside an `os.Root`.\n* `Root.Open`: Opens a path relative to an `os.Root`.\n* `Root.OpenFile`: Opens a file with specified flags and permissions inside an `os.Root`.\n* `Root.OpenRoot`: Opens a sub-root directory from an `os.Root`.\n* `Root.ReadFile`: Reads a file inside an `os.Root`.\n* `Root.WriteFile`: Writes a file inside an `os.Root`.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39822"
},
{
"category": "external",
"summary": "RHBZ#2498152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498152"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39822",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39822"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39822",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39822"
},
{
"category": "external",
"summary": "https://go.dev/cl/797880",
"url": "https://go.dev/cl/797880"
},
{
"category": "external",
"summary": "https://go.dev/issue/79005",
"url": "https://go.dev/issue/79005"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/OrmQE_Yp5Sc",
"url": "https://groups.google.com/g/golang-announce/c/OrmQE_Yp5Sc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4970",
"url": "https://pkg.go.dev/vuln/GO-2026-4970"
}
],
"release_date": "2026-07-08T15:46:27.199000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T17:58:19+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52968"
},
{
"category": "workaround",
"details": "There is no mitigation for this issue other than updating the Go toolchain to Go 1.25.12 or Go 1.26.5. Programs compiled with Go \u003e= 1.24 that do not use the os.Root API are not affected by this vulnerability.\nThe os.Root API was introduced in Go 1.24. Go versions prior to 1.24 are not affected.\nThis issue is fixed in Go 1.25.12 and Go 1.26.5.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: Go os.Root: Symlink following vulnerability allows directory traversal"
},
{
"cve": "CVE-2026-42504",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-06-02T23:01:00.320527+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484204"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang MIME (Multipurpose Internet Mail Extensions) package. A remote attacker could exploit this vulnerability by sending a maliciously-crafted MIME header containing many invalid encoded-words. This could lead to excessive CPU consumption, resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mime: golang: Golang MIME: Denial of Service via maliciously-crafted MIME header",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is rated as an Important severity flaw. A remote attacker could trigger a Denial of Service by sending a crafted MIME header with numerous invalid encoded-words to an application utilizing the affected Golang MIME package. This could lead to excessive CPU consumption on the system processing the malformed header, impacting service availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42504"
},
{
"category": "external",
"summary": "RHBZ#2484204",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484204"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42504",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42504"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42504",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42504"
},
{
"category": "external",
"summary": "https://go.dev/cl/774481",
"url": "https://go.dev/cl/774481"
},
{
"category": "external",
"summary": "https://go.dev/issue/79217",
"url": "https://go.dev/issue/79217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/tKs3rmcBcKw",
"url": "https://groups.google.com/g/golang-announce/c/tKs3rmcBcKw"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5038",
"url": "https://pkg.go.dev/vuln/GO-2026-5038"
}
],
"release_date": "2026-06-02T22:01:37.219000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T17:58:19+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52968"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict network access to services that process MIME headers from untrusted sources. Implement input validation and sanitization for all incoming data, especially MIME headers, to prevent maliciously crafted content from being processed by applications utilizing the vulnerable Golang MIME package.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "mime: golang: Golang MIME: Denial of Service via maliciously-crafted MIME header"
},
{
"cve": "CVE-2026-54058",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-07-14T17:02:34.864708+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500057"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow prior to 12.3.0. When an uncompressed McIdas AREA image is loaded from a filename through the mmap raw codec path, attacker-controlled header words can set a row stride smaller than the natural row width. Pixel access such as Image.tobytes(), getpixel, convert, or save can then read beyond the mapped region, disclosing adjacent process memory or causing a fault.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA image",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Pillow is vulnerable to an out-of-bounds read when processing a crafted uncompressed McIdas AREA image via the mmap raw codec. A remote attacker who can supply such an image to a service that loads it without user interaction may disclose adjacent process memory or trigger a denial of service. Fixed in Pillow 12.3.0.",
"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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54058"
},
{
"category": "external",
"summary": "RHBZ#2500057",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500057"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54058"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54058",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54058"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/6a8de891fb00968e5ea79bfa84368ed90b3cfc1d",
"url": "https://github.com/python-pillow/Pillow/commit/6a8de891fb00968e5ea79bfa84368ed90b3cfc1d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9719",
"url": "https://github.com/python-pillow/Pillow/pull/9719"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-62p4-gmf7-7g93",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-62p4-gmf7-7g93"
}
],
"release_date": "2026-07-14T16:27:38.050000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T17:58:19+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52968"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA image"
},
{
"cve": "CVE-2026-54060",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-07-06T20:02:29.509113+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497466"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library\u0027s font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker to trigger an unreasonable consumption of system memory, leading to a denial of service (DoS) for the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Pillow prior to version 12.3.0. The FontFile.compile() method in PIL/FontFile.py assembles per-glyph images into a combined bitmap using Image.new() without calling Image._decompression_bomb_check(). This allows a specially crafted font file to trigger excessive memory allocation during conversion or saving, leading to denial of service via resource exhaustion.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54060"
},
{
"category": "external",
"summary": "RHBZ#2497466",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497466"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54060"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5x94-69rx-g8h2",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5x94-69rx-g8h2"
}
],
"release_date": "2026-07-06T18:49:23.788000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T17:58:19+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52968"
}
],
"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 Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files"
},
{
"cve": "CVE-2026-55379",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-06T20:01:29.922515+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497452"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing a specially crafted BDF font file. The library\u0027s image processing function fails to properly validate dimensions from the font file, bypassing a critical security check designed to prevent excessive memory usage. This oversight can lead to the system consuming an unreasonable amount of memory, making it unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted BDF font file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the Pillow Python imaging library. The BDF font file parser passes attacker-controlled dimensions to Image.new() without decompression bomb validation, allowing excessive memory allocation and denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55379"
},
{
"category": "external",
"summary": "RHBZ#2497452",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497452"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55379",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55379"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55379",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55379"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-45hq-cxwh-f6vc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-45hq-cxwh-f6vc"
}
],
"release_date": "2026-07-06T18:52:11.633000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T17:58:19+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52968"
},
{
"category": "workaround",
"details": "Do not load BDF font files from untrusted sources. Applications that only process standard image formats (PNG, JPEG, etc.) and do not use BdfFontFile or ImageFont.load() with BDF files are not affected.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted BDF font file"
},
{
"cve": "CVE-2026-55380",
"cwe": {
"id": "CWE-1285",
"name": "Improper Validation of Specified Index, Position, or Offset in Input"
},
"discovery_date": "2026-07-06T20:01:42.245051+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted GD 2.x image file. The GdImageFile._open() function reads image dimensions without proper validation, leading to excessive memory allocation. This can result in a Denial of Service (DoS) due to C-heap exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted GD 2.x image file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A denial-of-service vulnerability was found in Pillow\u0027s GdImageFile plugin. The GdImageFile._open() function reads image dimensions from GD 2.x file headers and stores them without performing a decompression bomb check. A crafted .gd file of approximately 1 KB can trigger an unchecked 4.3 GB C-heap allocation, potentially crashing the process or exhausting memory on systems with insufficient resources. This issue is fixed in Pillow 12.3.0.",
"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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55380"
},
{
"category": "external",
"summary": "RHBZ#2497455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55380",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55380"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55380",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55380"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/f39b0ae6624eb2d7c5c5d651d9bb5fdbd96a8675",
"url": "https://github.com/python-pillow/Pillow/commit/f39b0ae6624eb2d7c5c5d651d9bb5fdbd96a8675"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-phj9-mv4w-65pm",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-phj9-mv4w-65pm"
}
],
"release_date": "2026-07-06T18:50:14.789000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T17:58:19+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52968"
},
{
"category": "workaround",
"details": "Avoid processing untrusted GD 2.x image files with PIL.GdImageFile.open(). Use Image.open() instead, which includes decompression bomb protections for supported formats. If GdImageFile must be used, validate the image dimensions before calling load(). Restricting accepted image formats at the application boundary to only those explicitly needed can reduce exposure.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted GD 2.x image file"
},
{
"cve": "CVE-2026-57231",
"cwe": {
"id": "CWE-914",
"name": "Improper Control of Dynamically-Identified Variables"
},
"discovery_date": "2026-06-26T17:01:34.294165+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2493620"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Podman, a tool for managing OCI containers and pods. A malicious container image can be crafted with an environment variable that has a key but no value, or an asterisk (*), to trick Podman. This vulnerability causes Podman to pass host environment variables into the container. Consequently, a malicious image could exfiltrate all Podman environment variables set in the session from which the container is launched, leading to information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "podman: Podman: Information disclosure via malicious container image environment variables",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-57231"
},
{
"category": "external",
"summary": "RHBZ#2493620",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493620"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-57231",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57231"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-57231",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-57231"
},
{
"category": "external",
"summary": "https://github.com/podman-container-tools/podman/commit/6c431b73dbf8e4b20b778644d7a80caebdb75050",
"url": "https://github.com/podman-container-tools/podman/commit/6c431b73dbf8e4b20b778644d7a80caebdb75050"
},
{
"category": "external",
"summary": "https://github.com/podman-container-tools/podman/security/advisories/GHSA-4hq8-gpf5-8p68",
"url": "https://github.com/podman-container-tools/podman/security/advisories/GHSA-4hq8-gpf5-8p68"
}
],
"release_date": "2026-06-26T16:29:02.092000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T17:58:19+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52968"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "podman: Podman: Information disclosure via malicious container image environment variables"
},
{
"cve": "CVE-2026-59197",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-07-14T17:01:29.487456+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow prior to 12.3.0. The public RankFilter API can trigger a native heap out-of-bounds write when given a very large odd filter size. ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation, and ImagingExpand() computes output dimensions with unchecked signed integer arithmetic. This can lead to denial of service and limited integrity impact via heap corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Native heap out-of-bounds write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Pillow\u0027s RankFilter API is vulnerable to a native heap out-of-bounds write when a caller supplies a very large odd filter size. Expansion runs before size validation and ImagingExpand uses unchecked signed integer arithmetic for output dimensions. A remote attacker who can drive RankFilter with attacker-controlled sizes may crash the process or corrupt heap memory. Fixed in Pillow 12.3.0.",
"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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59197"
},
{
"category": "external",
"summary": "RHBZ#2500043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59197"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1",
"url": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9695",
"url": "https://github.com/python-pillow/Pillow/pull/9695"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr"
}
],
"release_date": "2026-07-14T16:25:23.520000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T17:58:19+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52968"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Native heap out-of-bounds write"
},
{
"cve": "CVE-2026-59199",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-07-14T17:02:51.371888+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500061"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit a vulnerability in the library\u0027s image processing functions, specifically when handling image coordinates near certain limits. This flaw, a native heap out-of-bounds write, could lead to a denial of service (DoS), making the affected system or application unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via out-of-bounds write in image processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The impact is limited to denial of service. While the underlying issue is a heap out-of-bounds write, it does not provide a controlled write primitive exploitable for code execution in affected Red Hat products.",
"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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59199"
},
{
"category": "external",
"summary": "RHBZ#2500061",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500061"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59199",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59199"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59199",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59199"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/ceefc348eb3c3844c7f9796ef2cc3a7dd5fbba7b",
"url": "https://github.com/python-pillow/Pillow/commit/ceefc348eb3c3844c7f9796ef2cc3a7dd5fbba7b"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9703",
"url": "https://github.com/python-pillow/Pillow/pull/9703"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-6r8x-57c9-28j4",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-6r8x-57c9-28j4"
}
],
"release_date": "2026-07-14T15:42:15.071000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T17:58:19+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52968"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Denial of Service via out-of-bounds write in image processing"
},
{
"cve": "CVE-2026-59200",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-07-14T17:02:45.929986+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500060"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit a vulnerability in the PdfParser.PdfStream.decode() function when processing a crafted FlateDecode PDF stream. By providing a specially designed PDF file, the attacker could cause the application to exhaust available memory, leading to a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of service via crafted PDF stream",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The impact is limited to denial of service via memory exhaustion. A small crafted PDF input can force unbounded decompression, but this does not lead to code execution or information disclosure.",
"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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59200"
},
{
"category": "external",
"summary": "RHBZ#2500060",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500060"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59200",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59200"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59200",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59200"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/f7a31ea75e460e108c37126da1f47812f21f6b09",
"url": "https://github.com/python-pillow/Pillow/commit/f7a31ea75e460e108c37126da1f47812f21f6b09"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9718",
"url": "https://github.com/python-pillow/Pillow/pull/9718"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-jjj6-mw9f-p565",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-jjj6-mw9f-p565"
}
],
"release_date": "2026-07-14T16:09:05.091000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T17:58:19+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52968"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Denial of service via crafted PDF stream"
},
{
"cve": "CVE-2026-59204",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-07-14T16:02:11.802781+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted JPEG2000 image file. Due to incorrect calculation of memory requirements for image tiles, processing this file can lead to excessive memory consumption, resulting in a denial of service (DoS) through out-of-memory failures.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via crafted JPEG2000 image",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The impact is limited to denial of service via excessive memory allocation. A crafted JPEG2000 file can trigger out-of-memory failures, but this does not lead to code execution or information disclosure.",
"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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59204"
},
{
"category": "external",
"summary": "RHBZ#2500022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59204"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/13ada41172142f2fd9f0906f615a00ea623a11ca",
"url": "https://github.com/python-pillow/Pillow/commit/13ada41172142f2fd9f0906f615a00ea623a11ca"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9704",
"url": "https://github.com/python-pillow/Pillow/pull/9704"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-vjc4-5qp5-m44j",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-vjc4-5qp5-m44j"
}
],
"release_date": "2026-07-14T15:38:29.545000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T17:58:19+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52968"
},
{
"category": "workaround",
"details": "If the application does not need JPEG2000 support, block .jp2, .j2k, .jpf, and .jpx uploads at the input layer.\n\nFor services that do process JPEG2000, set memory limits on the process or container (LimitAS= in systemd, or memory limits in Kubernetes/Podman) so a crafted image can only crash the worker, not the whole host. Add automatic restarts (Restart=always in systemd, or container restart policies) so the service recovers from OOM kills without someone having to intervene.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Denial of Service via crafted JPEG2000 image"
},
{
"cve": "CVE-2026-59205",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2026-07-14T17:02:11.367224+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500052"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows an attacker to trigger controlled native heap corruption by supplying an output image whose mode does not match the transform\u0027s declared output mode when using the ImageCms.ImageCmsTransform.apply API. This can lead to a denial of service (DoS) condition, making the affected system or application unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Controlled native heap corruption in ImageCms.ImageCmsTransform.apply API",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The impact is limited to denial of service. While the underlying issue is heap corruption via mode mismatch, it does not provide a controlled write primitive exploitable for code execution in affected Red Hat products.",
"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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59205"
},
{
"category": "external",
"summary": "RHBZ#2500052",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500052"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59205",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59205"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59205",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59205"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/a9ffc42bedf4fc0a7ef8d6486e7f9e81e3397721",
"url": "https://github.com/python-pillow/Pillow/commit/a9ffc42bedf4fc0a7ef8d6486e7f9e81e3397721"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9715",
"url": "https://github.com/python-pillow/Pillow/pull/9715"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-9hw9-ch79-4vh6",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-9hw9-ch79-4vh6"
}
],
"release_date": "2026-07-14T15:48:39.962000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T17:58:19+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52968"
},
{
"category": "workaround",
"details": "Most applications using Pillow\u0027s color management via profileToProfile() or applyTransform() are not exposed. Only code that calls ImageCmsTransform.apply() directly with a user-controlled output image whose mode does not match the transform can trigger the heap corruption. Audit your code for direct apply() calls to confirm.\n\nRHEL builds ship with ASLR, full RELRO/PIE, and FORTIFY_SOURCE by default, making escalation from crash to code execution much harder. For DoS containment, configure automatic service restart (Restart=always in systemd, or container restart policies) so the process recovers without manual intervention.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Controlled native heap corruption in ImageCms.ImageCmsTransform.apply API"
},
{
"cve": "CVE-2026-59869",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-07-08T16:01:38.408322+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in js-yaml, a JavaScript YAML parser and dumper. A remote attacker could exploit this vulnerability by providing a specially crafted YAML document containing a chain of mappings with merge keys. This could cause the parser to consume excessive CPU resources, leading to a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "js-yaml: js-yaml: Denial of Service via crafted YAML documents",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Important. Red Hat products utilizing `js-yaml` to process untrusted YAML input are susceptible to a denial of service, as a remote attacker can provide a crafted document that consumes excessive CPU resources. This is considered Important due to the potential for service disruption without requiring authentication or complex attack vectors.",
"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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59869"
},
{
"category": "external",
"summary": "RHBZ#2498122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59869",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59869"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/24f13e79ee1343a7e30bd6f6c9d9cdbf0ac9b2b7",
"url": "https://github.com/nodeca/js-yaml/commit/24f13e79ee1343a7e30bd6f6c9d9cdbf0ac9b2b7"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/59423c6f8cdc78742ac00e25a4dd39ef16b702e4",
"url": "https://github.com/nodeca/js-yaml/commit/59423c6f8cdc78742ac00e25a4dd39ef16b702e4"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/releases/tag/3.15.0",
"url": "https://github.com/nodeca/js-yaml/releases/tag/3.15.0"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/releases/tag/4.3.0",
"url": "https://github.com/nodeca/js-yaml/releases/tag/4.3.0"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-52cp-r559-cp3m",
"url": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-52cp-r559-cp3m"
}
],
"release_date": "2026-07-08T15:15:54.675000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T17:58:19+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52968"
},
{
"category": "workaround",
"details": "To reduce exposure, restrict the processing of untrusted YAML documents by applications that rely on `js-yaml`. Implement robust input validation and sanitization for all YAML data originating from external or untrusted sources. Consider limiting network access to services that parse YAML content to trusted networks or clients through appropriate firewall configurations.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "js-yaml: js-yaml: Denial of Service via crafted YAML documents"
},
{
"cve": "CVE-2026-59885",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-07-14T18:17:12.157807+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500380"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyasn1, a Python library for Abstract Syntax Notation One (ASN.1). The BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A remote attacker could exploit this by providing a specially crafted payload containing an OID with many arcs, leading to excessive CPU consumption and a denial of service (DoS) in applications that decode untrusted ASN.1 data. The corresponding encoders also exhibit this quadratic behavior when re-encoding attacker-supplied values.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: python-pyasn1: pyasn1: Denial of Service via crafted ASN.1 OBJECT IDENTIFIER",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in pyasn1. The BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A small crafted payload containing an OID with many arcs consumes excessive CPU per decode() call, allowing denial of service in applications that decode untrusted ASN.1 data (certificates, LDAP, SNMP, Kerberos). The corresponding encoders exhibit the same behavior when re-encoding attacker-supplied values. The arc-size limit introduced for CVE-2026-23490 does not mitigate this issue. This issue is fixed in pyasn1 version 0.6.4.",
"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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59885"
},
{
"category": "external",
"summary": "RHBZ#2500380",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500380"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59885",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59885"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59885",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59885"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/45bdb19eb7df4b3780fe9c912c63e99bffc39dd9",
"url": "https://github.com/pyasn1/pyasn1/commit/45bdb19eb7df4b3780fe9c912c63e99bffc39dd9"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-8ppf-4f7h-5ppj",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-8ppf-4f7h-5ppj"
}
],
"release_date": "2026-07-14T16:40:00.515000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T17:58:19+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52968"
},
{
"category": "workaround",
"details": "Update to pyasn1 version 0.6.4 or later when available for your product stream. The impact is limited to availability (denial of service) \u2014 an attacker cannot access or modify data. Applications that do not process untrusted ASN.1 input are at reduced risk.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: python-pyasn1: pyasn1: Denial of Service via crafted ASN.1 OBJECT IDENTIFIER"
},
{
"cve": "CVE-2026-59886",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T17:01:19.689422+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500041"
}
],
"notes": [
{
"category": "description",
"text": "A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value, this can cause excessive CPU and memory consumption, leading to a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in pyasn1, rated as Important, could lead to a denial of service in Red Hat products that process untrusted ASN.1 data. A remote attacker could send a specially crafted BER, CER, or DER encoded REAL value with a large exponent, causing applications to consume excessive resources during decoding operations such as printing, logging, or arithmetic, thereby rendering the service unavailable.",
"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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59886"
},
{
"category": "external",
"summary": "RHBZ#2500041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500041"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59886",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59886"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886",
"url": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r"
}
],
"release_date": "2026-07-14T16:38:29.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-10T17:58:19+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:52968"
},
{
"category": "workaround",
"details": "When processing untrusted ASN.1 data with pyasn1, avoid calling prettyPrint(), str(), float(), int(), or performing comparisons or arithmetic on decoded Real (ASN.1 REAL type) objects. Instead, inspect the raw (mantissa, base, exponent) tuple directly. Where logging decoded ASN.1 structures is necessary, filter out or sanitize Real-typed values before conversion.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:3394a50f7806ef5eed922cab14f864627e6413480f01e9974672eb29f95bad5a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:4c6e65b4777714412744e32d2ad21ee01b80b924426588191cbbe9eaf4800175_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:557e7101259e79eab5cd1a4a610a5ab8880e12f98d28acccdc31b0be9b0ce1b9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:a70d13b406311b04cf1ce9f4b1181d197910e910480742a825b42dbd2c83e0d2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:7622cccef3f39c08be99c6b8e28fabe0fc5e3abe8760a13c786d85de2262dbf3_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:45a5655f6f33994432f51159115898ae55400a5406ab9a858c3e4b6a5613c772_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:49b16d66bbb42c79b5dc976a3d94c7948ac498c9d29b7e6ddc87e99a13760e59_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:72910eeeadea17d1eb4f01a8283c9cbd5a2154697b7e3272247795f06a02ee72_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8b1b2b7399840440da8e97e9f9faf86eeb700bbc96fd617b0703556d86eef777_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a738649ce4341ca42eef7cbcb8505af4383f34b35cf303bbce0280918aa47697_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:0e6c92bf4b91c52500ddf299e5714b2ba1e73ad9410656691247addbf3be14f2_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3a326100aac414e5f8a763ffb90078847670983630fa2ebff143ec1e9e156795_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:d132e3fc2a83ad60d8d741a754411d34694a05d4f9c59e5702e0e2577b4fb411_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f645ea22c97a0ff14b4e03a895c42af63efa3602d22c56b553502008907e78ea_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:bd0f7fcd14fdf12fecfdb8886e6af289a5b90e7eb16df64d47e24ee631b06b4e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:43b159edb0c7f87ed1b5a66dc29ecb2df49e48ea5a2b44c723d55e34252ae693_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:98f38a284e1063c5faf226f8419a0259468b417117e923c602ef824c5acde59f_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9f6750e66e32e304a428a246ce3f93ccce6e216445c9cb15407c7161b67c0bc2_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dc65635f203b36787518b39b7fd8317434fe24cf5d046fb3e2c012543e3b14bf_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:ae2f8a2572f05ee980f90290779768eb0d91d265b5d66bfbd09aea0973e075c8_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:0729b617a3b83bf3dd2eb7a6e0de1532f096ac39e6c4c82f027fb7267271f872_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:361d838ebf83dea3d3075155dec1a645809126fef6ddf48ecb61296b3f8ab05e_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:36897c430fc5f5dfd8ef5db3aedcf5122955b492c3adb2849c375266a2efa65c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:af8a9422939adc196fdfd5d66568778567609cc720e15b53f1f4bdd0ab18b6cd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:070e847ec43b0701f20ca5c4caf0e3f910a3693ffe1de52025bd718d01e4f3a2_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:0dd63eccda8c69552dfc04e0607fe1e2f6b1ea872619a1dfb9bc8584b6b1f4a9_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:15a7bbee76c4c5501b70e2cec051440468792c6386e690be27630afc0f3e27ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:fd1be0c0678534969d64f2449bfe30b7f5560136db4f6a8bf38adad50dc9bfa0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values"
}
]
}
RHSA-2026:53520
Vulnerability from csaf_redhat - Published: 2026-08-11 14:04 - Updated: 2026-08-11 18:48A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the `expand()` function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-loop blocking. This can result in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le | — |
Workaround
|
A flaw was found in Red Hat Quay's repository-level mirror configuration feature. The POST and PUT handlers in endpoints/api/mirror.py accept an external_reference parameter without SSRF validation, unlike the organization-level mirror handlers which apply validate_external_registry_url(). A repository administrator can supply a crafted hostname that causes the Quay mirror worker to make requests via Skopeo to internal network services, cloud metadata endpoints, or other resources not intended to be reachable from the Quay application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le | — |
Workaround
|
A flaw was found in the `os.Root` functionality of Go on Unix systems. This vulnerability allows an attacker to bypass intended directory restrictions by crafting a path that ends with a symbolic link and a trailing slash. When a file is opened in `os.Root` with such a path, the symbolic link is improperly followed, potentially leading to access to locations outside of the defined root directory. This could result in information disclosure or unauthorized file system access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le | — |
Workaround
|
A flaw was found in the Golang MIME (Multipurpose Internet Mail Extensions) package. A remote attacker could exploit this vulnerability by sending a maliciously-crafted MIME header containing many invalid encoded-words. This could lead to excessive CPU consumption, resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le | — |
Workaround
|
A flaw was found in Pillow prior to 12.3.0. When an uncompressed McIdas AREA image is loaded from a filename through the mmap raw codec path, attacker-controlled header words can set a row stride smaller than the natural row width. Pixel access such as Image.tobytes(), getpixel, convert, or save can then read beyond the mapped region, disclosing adjacent process memory or causing a fault.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le | — |
A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library's font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker to trigger an unreasonable consumption of system memory, leading to a denial of service (DoS) for the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le | — |
A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing a specially crafted BDF font file. The library's image processing function fails to properly validate dimensions from the font file, bypassing a critical security check designed to prevent excessive memory usage. This oversight can lead to the system consuming an unreasonable amount of memory, making it unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted GD 2.x image file. The GdImageFile._open() function reads image dimensions without proper validation, leading to excessive memory allocation. This can result in a Denial of Service (DoS) due to C-heap exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le | — |
Workaround
|
A flaw was found in Podman, a tool for managing OCI containers and pods. A malicious container image can be crafted with an environment variable that has a key but no value, or an asterisk (*), to trick Podman. This vulnerability causes Podman to pass host environment variables into the container. Consequently, a malicious image could exfiltrate all Podman environment variables set in the session from which the container is launched, leading to information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le | — |
Workaround
|
A flaw was found in Pillow prior to 12.3.0. The public RankFilter API can trigger a native heap out-of-bounds write when given a very large odd filter size. ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation, and ImagingExpand() computes output dimensions with unchecked signed integer arithmetic. This can lead to denial of service and limited integrity impact via heap corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le | — |
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit a vulnerability in the library's image processing functions, specifically when handling image coordinates near certain limits. This flaw, a native heap out-of-bounds write, could lead to a denial of service (DoS), making the affected system or application unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit a vulnerability in the PdfParser.PdfStream.decode() function when processing a crafted FlateDecode PDF stream. By providing a specially designed PDF file, the attacker could cause the application to exhaust available memory, leading to a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted JPEG2000 image file. Due to incorrect calculation of memory requirements for image tiles, processing this file can lead to excessive memory consumption, resulting in a denial of service (DoS) through out-of-memory failures.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. This vulnerability allows an attacker to trigger controlled native heap corruption by supplying an output image whose mode does not match the transform's declared output mode when using the ImageCms.ImageCmsTransform.apply API. This can lead to a denial of service (DoS) condition, making the affected system or application unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le | — |
Workaround
|
A flaw was found in js-yaml, a JavaScript YAML parser and dumper. A remote attacker could exploit this vulnerability by providing a specially crafted YAML document containing a chain of mappings with merge keys. This could cause the parser to consume excessive CPU resources, leading to a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le | — |
Workaround
|
A flaw was found in pyasn1, a Python library for Abstract Syntax Notation One (ASN.1). The BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A remote attacker could exploit this by providing a specially crafted payload containing an OID with many arcs, leading to excessive CPU consumption and a denial of service (DoS) in applications that decode untrusted ASN.1 data. The corresponding encoders also exhibit this quadratic behavior when re-encoding attacker-supplied values.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le | — |
Workaround
|
A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value, this can cause excessive CPU and memory consumption, leading to a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le | — |
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 Quay 3.10.25 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.10.25",
"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:53520",
"url": "https://access.redhat.com/errata/RHSA-2026:53520"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-13149",
"url": "https://access.redhat.com/security/cve/CVE-2026-13149"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-15927",
"url": "https://access.redhat.com/security/cve/CVE-2026-15927"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39822",
"url": "https://access.redhat.com/security/cve/CVE-2026-39822"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42504",
"url": "https://access.redhat.com/security/cve/CVE-2026-42504"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54058",
"url": "https://access.redhat.com/security/cve/CVE-2026-54058"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54060",
"url": "https://access.redhat.com/security/cve/CVE-2026-54060"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-55379",
"url": "https://access.redhat.com/security/cve/CVE-2026-55379"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-55380",
"url": "https://access.redhat.com/security/cve/CVE-2026-55380"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-57231",
"url": "https://access.redhat.com/security/cve/CVE-2026-57231"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59197",
"url": "https://access.redhat.com/security/cve/CVE-2026-59197"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59199",
"url": "https://access.redhat.com/security/cve/CVE-2026-59199"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59200",
"url": "https://access.redhat.com/security/cve/CVE-2026-59200"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59204",
"url": "https://access.redhat.com/security/cve/CVE-2026-59204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59205",
"url": "https://access.redhat.com/security/cve/CVE-2026-59205"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59869",
"url": "https://access.redhat.com/security/cve/CVE-2026-59869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59885",
"url": "https://access.redhat.com/security/cve/CVE-2026-59885"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59886",
"url": "https://access.redhat.com/security/cve/CVE-2026-59886"
},
{
"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_53520.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.10.25",
"tracking": {
"current_release_date": "2026-08-11T18:48:15+00:00",
"generator": {
"date": "2026-08-11T18:48:15+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.14"
}
},
"id": "RHSA-2026:53520",
"initial_release_date": "2026-08-11T14:04:20+00:00",
"revision_history": [
{
"date": "2026-08-11T14:04:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-11T14:04:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-11T18:48:15+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.10",
"product": {
"name": "Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.10::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3Af892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=1786395297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=1786394789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3A5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=1786395288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=1786394781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Af0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=1786395191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=1786394811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Aa34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18?arch=amd64\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=1786394800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3A42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=1786398374"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=1786394797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=1786395065"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Af1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=1786394789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=1786394781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=1786394811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=1786394800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Af6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=1786394797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=1786395065"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Aca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=1786394789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=1786394781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=1786394811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Af58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962?arch=s390x\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=1786394800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=1786394797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=1786395065"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64 as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"relates_to_product_reference": "Red Hat Quay 3.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"relates_to_product_reference": "Red Hat Quay 3.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64 as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"relates_to_product_reference": "Red Hat Quay 3.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64 as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"relates_to_product_reference": "Red Hat Quay 3.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"relates_to_product_reference": "Red Hat Quay 3.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64 as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"relates_to_product_reference": "Red Hat Quay 3.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"relates_to_product_reference": "Red Hat Quay 3.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64 as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"relates_to_product_reference": "Red Hat Quay 3.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64 as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"relates_to_product_reference": "Red Hat Quay 3.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64 as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"relates_to_product_reference": "Red Hat Quay 3.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"relates_to_product_reference": "Red Hat Quay 3.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64 as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"relates_to_product_reference": "Red Hat Quay 3.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"relates_to_product_reference": "Red Hat Quay 3.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64 as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"relates_to_product_reference": "Red Hat Quay 3.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"relates_to_product_reference": "Red Hat Quay 3.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64 as a component of Red Hat Quay 3.10",
"product_id": "Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64",
"relates_to_product_reference": "Red Hat Quay 3.10"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-13149",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-06-30T10:00:59.843854+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494813"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the `expand()` function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-loop blocking. This can result in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in brace-expansion, a widely-used npm package for expanding brace sequences. The expand() function exhibits exponential-time complexity when processing consecutive non-expanding brace groups. An attacker who can supply crafted input to expand(), directly or transitively via minimatch or glob, can cause significant CPU consumption and event-loop blocking, resulting in denial of service. The max option does not mitigate this issue, as it bounds the output size rather than the recursion work.",
"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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-13149"
},
{
"category": "external",
"summary": "RHBZ#2494813",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494813"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-13149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-13149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-13149"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/c7e33ec13ac1a684c116720843ce24e208611754",
"url": "https://github.com/juliangruber/brace-expansion/commit/c7e33ec13ac1a684c116720843ce24e208611754"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/brace-expansion",
"url": "https://www.npmjs.com/package/brace-expansion"
}
],
"release_date": "2026-06-30T08:30:34.502000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T14:04:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53520"
},
{
"category": "workaround",
"details": "There is no practical mitigation for this vulnerability. The brace-expansion package is typically a transitive dependency pulled in via minimatch and glob, making it difficult to isolate. Users should upgrade to a fixed version of brace-expansion when one becomes available.",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity"
},
{
"acknowledgments": [
{
"names": [
"Shaon Hossain"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
},
{
"names": [
"Martin Brodeur"
]
}
],
"cve": "CVE-2026-15927",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-02-13T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2501256"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Red Hat Quay\u0027s repository-level mirror configuration\nfeature. The POST and PUT handlers in endpoints/api/mirror.py accept an\nexternal_reference parameter without SSRF validation, unlike the\norganization-level mirror handlers which apply validate_external_registry_url().\nA repository administrator can supply a crafted hostname that causes the Quay\nmirror worker to make requests via Skopeo to internal network services, cloud\nmetadata endpoints, or other resources not intended to be reachable from the\nQuay application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "quay: mirror-registry: SSRF: repo-level mirror accepts external_reference without URL validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in Red Hat Quay\u0027s repository-level mirror configuration allows an authenticated repository administrator to conduct Server-Side Request Forgery (SSRF). By providing a specially crafted hostname, an attacker can force the Quay mirror worker to connect to internal network services or cloud metadata endpoints, potentially exposing sensitive internal resources. This risk is limited to actions performed by an authenticated administrator.",
"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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-15927"
},
{
"category": "external",
"summary": "RHBZ#2501256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2501256"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-15927",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15927"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-15927",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-15927"
}
],
"release_date": "2026-07-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T14:04:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53520"
},
{
"category": "workaround",
"details": "Restrict network egress from Quay mirror worker pods/containers using network\npolicies or firewall rules to block access to internal network ranges\n(10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) and cloud metadata endpoints\n(169.254.169.254, metadata.google.internal). Limit repository creation and\nadmin privileges to trusted users via Quay\u0027s RBAC configuration. If\nrepository-level mirroring is not required, disable the feature or restrict\naccess to the mirror API endpoints through a reverse proxy.",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "quay: mirror-registry: SSRF: repo-level mirror accepts external_reference without URL validation"
},
{
"cve": "CVE-2026-39822",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-07-08T17:01:53.592869+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498152"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `os.Root` functionality of Go on Unix systems. This vulnerability allows an attacker to bypass intended directory restrictions by crafting a path that ends with a symbolic link and a trailing slash. When a file is opened in `os.Root` with such a path, the symbolic link is improperly followed, potentially leading to access to locations outside of the defined root directory. This could result in information disclosure or unauthorized file system access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: Go os.Root: Symlink following vulnerability allows directory traversal",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Go\u0027s os.Root implementation. On Unix systems, `os.Root.Open()` improperly follows symlinks to locations outside the root directory when the path ends with a trailing slash (e.g., root.Open(\"symlink/\")). This is because `openat()` with `O_NOFOLLOW` does not prevent symlink resolution when the path has a trailing /. An attacker able to create symlinks within an os.Root directory could use this to read or write files outside the intended root. The os.Root API was introduced in Go 1.24. Go versions prior to 1.24 are not affected. This issue is fixed in Go 1.25.12 and Go 1.26.5.\n\nThe following symbols are affected:\n* `OpenInRoot`: Opens a file or directory within an `os.Root`.\n* `Root.Create`: Creates a file inside an `os.Root`.\n* `Root.Open`: Opens a path relative to an `os.Root`.\n* `Root.OpenFile`: Opens a file with specified flags and permissions inside an `os.Root`.\n* `Root.OpenRoot`: Opens a sub-root directory from an `os.Root`.\n* `Root.ReadFile`: Reads a file inside an `os.Root`.\n* `Root.WriteFile`: Writes a file inside an `os.Root`.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39822"
},
{
"category": "external",
"summary": "RHBZ#2498152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498152"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39822",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39822"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39822",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39822"
},
{
"category": "external",
"summary": "https://go.dev/cl/797880",
"url": "https://go.dev/cl/797880"
},
{
"category": "external",
"summary": "https://go.dev/issue/79005",
"url": "https://go.dev/issue/79005"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/OrmQE_Yp5Sc",
"url": "https://groups.google.com/g/golang-announce/c/OrmQE_Yp5Sc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4970",
"url": "https://pkg.go.dev/vuln/GO-2026-4970"
}
],
"release_date": "2026-07-08T15:46:27.199000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T14:04:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53520"
},
{
"category": "workaround",
"details": "There is no mitigation for this issue other than updating the Go toolchain to Go 1.25.12 or Go 1.26.5. Programs compiled with Go \u003e= 1.24 that do not use the os.Root API are not affected by this vulnerability.\nThe os.Root API was introduced in Go 1.24. Go versions prior to 1.24 are not affected.\nThis issue is fixed in Go 1.25.12 and Go 1.26.5.",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: Go os.Root: Symlink following vulnerability allows directory traversal"
},
{
"cve": "CVE-2026-42504",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-06-02T23:01:00.320527+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484204"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang MIME (Multipurpose Internet Mail Extensions) package. A remote attacker could exploit this vulnerability by sending a maliciously-crafted MIME header containing many invalid encoded-words. This could lead to excessive CPU consumption, resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mime: golang: Golang MIME: Denial of Service via maliciously-crafted MIME header",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is rated as an Important severity flaw. A remote attacker could trigger a Denial of Service by sending a crafted MIME header with numerous invalid encoded-words to an application utilizing the affected Golang MIME package. This could lead to excessive CPU consumption on the system processing the malformed header, impacting service availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42504"
},
{
"category": "external",
"summary": "RHBZ#2484204",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484204"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42504",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42504"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42504",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42504"
},
{
"category": "external",
"summary": "https://go.dev/cl/774481",
"url": "https://go.dev/cl/774481"
},
{
"category": "external",
"summary": "https://go.dev/issue/79217",
"url": "https://go.dev/issue/79217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/tKs3rmcBcKw",
"url": "https://groups.google.com/g/golang-announce/c/tKs3rmcBcKw"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5038",
"url": "https://pkg.go.dev/vuln/GO-2026-5038"
}
],
"release_date": "2026-06-02T22:01:37.219000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T14:04:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53520"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict network access to services that process MIME headers from untrusted sources. Implement input validation and sanitization for all incoming data, especially MIME headers, to prevent maliciously crafted content from being processed by applications utilizing the vulnerable Golang MIME package.",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "mime: golang: Golang MIME: Denial of Service via maliciously-crafted MIME header"
},
{
"cve": "CVE-2026-54058",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-07-14T17:02:34.864708+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500057"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow prior to 12.3.0. When an uncompressed McIdas AREA image is loaded from a filename through the mmap raw codec path, attacker-controlled header words can set a row stride smaller than the natural row width. Pixel access such as Image.tobytes(), getpixel, convert, or save can then read beyond the mapped region, disclosing adjacent process memory or causing a fault.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA image",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Pillow is vulnerable to an out-of-bounds read when processing a crafted uncompressed McIdas AREA image via the mmap raw codec. A remote attacker who can supply such an image to a service that loads it without user interaction may disclose adjacent process memory or trigger a denial of service. Fixed in Pillow 12.3.0.",
"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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54058"
},
{
"category": "external",
"summary": "RHBZ#2500057",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500057"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54058"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54058",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54058"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/6a8de891fb00968e5ea79bfa84368ed90b3cfc1d",
"url": "https://github.com/python-pillow/Pillow/commit/6a8de891fb00968e5ea79bfa84368ed90b3cfc1d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9719",
"url": "https://github.com/python-pillow/Pillow/pull/9719"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-62p4-gmf7-7g93",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-62p4-gmf7-7g93"
}
],
"release_date": "2026-07-14T16:27:38.050000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T14:04:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53520"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA image"
},
{
"cve": "CVE-2026-54060",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-07-06T20:02:29.509113+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497466"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library\u0027s font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker to trigger an unreasonable consumption of system memory, leading to a denial of service (DoS) for the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Pillow prior to version 12.3.0. The FontFile.compile() method in PIL/FontFile.py assembles per-glyph images into a combined bitmap using Image.new() without calling Image._decompression_bomb_check(). This allows a specially crafted font file to trigger excessive memory allocation during conversion or saving, leading to denial of service via resource exhaustion.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54060"
},
{
"category": "external",
"summary": "RHBZ#2497466",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497466"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54060"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5x94-69rx-g8h2",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5x94-69rx-g8h2"
}
],
"release_date": "2026-07-06T18:49:23.788000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T14:04:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53520"
}
],
"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 Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files"
},
{
"cve": "CVE-2026-55379",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-06T20:01:29.922515+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497452"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing a specially crafted BDF font file. The library\u0027s image processing function fails to properly validate dimensions from the font file, bypassing a critical security check designed to prevent excessive memory usage. This oversight can lead to the system consuming an unreasonable amount of memory, making it unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted BDF font file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the Pillow Python imaging library. The BDF font file parser passes attacker-controlled dimensions to Image.new() without decompression bomb validation, allowing excessive memory allocation and denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55379"
},
{
"category": "external",
"summary": "RHBZ#2497452",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497452"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55379",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55379"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55379",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55379"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d",
"url": "https://github.com/python-pillow/Pillow/commit/0a263e6264aa5399988d9acd3bbfbca2ca3ec77d"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-45hq-cxwh-f6vc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-45hq-cxwh-f6vc"
}
],
"release_date": "2026-07-06T18:52:11.633000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T14:04:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53520"
},
{
"category": "workaround",
"details": "Do not load BDF font files from untrusted sources. Applications that only process standard image formats (PNG, JPEG, etc.) and do not use BdfFontFile or ImageFont.load() with BDF files are not affected.",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted BDF font file"
},
{
"cve": "CVE-2026-55380",
"cwe": {
"id": "CWE-1285",
"name": "Improper Validation of Specified Index, Position, or Offset in Input"
},
"discovery_date": "2026-07-06T20:01:42.245051+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted GD 2.x image file. The GdImageFile._open() function reads image dimensions without proper validation, leading to excessive memory allocation. This can result in a Denial of Service (DoS) due to C-heap exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pillow: Pillow: Denial of Service via crafted GD 2.x image file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A denial-of-service vulnerability was found in Pillow\u0027s GdImageFile plugin. The GdImageFile._open() function reads image dimensions from GD 2.x file headers and stores them without performing a decompression bomb check. A crafted .gd file of approximately 1 KB can trigger an unchecked 4.3 GB C-heap allocation, potentially crashing the process or exhausting memory on systems with insufficient resources. This issue is fixed in Pillow 12.3.0.",
"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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55380"
},
{
"category": "external",
"summary": "RHBZ#2497455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55380",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55380"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55380",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55380"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst",
"url": "https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/12.3.0.rst"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/f39b0ae6624eb2d7c5c5d651d9bb5fdbd96a8675",
"url": "https://github.com/python-pillow/Pillow/commit/f39b0ae6624eb2d7c5c5d651d9bb5fdbd96a8675"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-phj9-mv4w-65pm",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-phj9-mv4w-65pm"
}
],
"release_date": "2026-07-06T18:50:14.789000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T14:04:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53520"
},
{
"category": "workaround",
"details": "Avoid processing untrusted GD 2.x image files with PIL.GdImageFile.open(). Use Image.open() instead, which includes decompression bomb protections for supported formats. If GdImageFile must be used, validate the image dimensions before calling load(). Restricting accepted image formats at the application boundary to only those explicitly needed can reduce exposure.",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted GD 2.x image file"
},
{
"cve": "CVE-2026-57231",
"cwe": {
"id": "CWE-914",
"name": "Improper Control of Dynamically-Identified Variables"
},
"discovery_date": "2026-06-26T17:01:34.294165+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2493620"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Podman, a tool for managing OCI containers and pods. A malicious container image can be crafted with an environment variable that has a key but no value, or an asterisk (*), to trick Podman. This vulnerability causes Podman to pass host environment variables into the container. Consequently, a malicious image could exfiltrate all Podman environment variables set in the session from which the container is launched, leading to information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "podman: Podman: Information disclosure via malicious container image environment variables",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-57231"
},
{
"category": "external",
"summary": "RHBZ#2493620",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493620"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-57231",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57231"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-57231",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-57231"
},
{
"category": "external",
"summary": "https://github.com/podman-container-tools/podman/commit/6c431b73dbf8e4b20b778644d7a80caebdb75050",
"url": "https://github.com/podman-container-tools/podman/commit/6c431b73dbf8e4b20b778644d7a80caebdb75050"
},
{
"category": "external",
"summary": "https://github.com/podman-container-tools/podman/security/advisories/GHSA-4hq8-gpf5-8p68",
"url": "https://github.com/podman-container-tools/podman/security/advisories/GHSA-4hq8-gpf5-8p68"
}
],
"release_date": "2026-06-26T16:29:02.092000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T14:04:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53520"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "podman: Podman: Information disclosure via malicious container image environment variables"
},
{
"cve": "CVE-2026-59197",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-07-14T17:01:29.487456+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow prior to 12.3.0. The public RankFilter API can trigger a native heap out-of-bounds write when given a very large odd filter size. ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation, and ImagingExpand() computes output dimensions with unchecked signed integer arithmetic. This can lead to denial of service and limited integrity impact via heap corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Native heap out-of-bounds write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Pillow\u0027s RankFilter API is vulnerable to a native heap out-of-bounds write when a caller supplies a very large odd filter size. Expansion runs before size validation and ImagingExpand uses unchecked signed integer arithmetic for output dimensions. A remote attacker who can drive RankFilter with attacker-controlled sizes may crash the process or corrupt heap memory. Fixed in Pillow 12.3.0.",
"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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59197"
},
{
"category": "external",
"summary": "RHBZ#2500043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59197"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1",
"url": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9695",
"url": "https://github.com/python-pillow/Pillow/pull/9695"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr"
}
],
"release_date": "2026-07-14T16:25:23.520000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T14:04:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53520"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Native heap out-of-bounds write"
},
{
"cve": "CVE-2026-59199",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-07-14T17:02:51.371888+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500061"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit a vulnerability in the library\u0027s image processing functions, specifically when handling image coordinates near certain limits. This flaw, a native heap out-of-bounds write, could lead to a denial of service (DoS), making the affected system or application unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via out-of-bounds write in image processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The impact is limited to denial of service. While the underlying issue is a heap out-of-bounds write, it does not provide a controlled write primitive exploitable for code execution in affected Red Hat products.",
"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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59199"
},
{
"category": "external",
"summary": "RHBZ#2500061",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500061"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59199",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59199"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59199",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59199"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/ceefc348eb3c3844c7f9796ef2cc3a7dd5fbba7b",
"url": "https://github.com/python-pillow/Pillow/commit/ceefc348eb3c3844c7f9796ef2cc3a7dd5fbba7b"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9703",
"url": "https://github.com/python-pillow/Pillow/pull/9703"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-6r8x-57c9-28j4",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-6r8x-57c9-28j4"
}
],
"release_date": "2026-07-14T15:42:15.071000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T14:04:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53520"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Denial of Service via out-of-bounds write in image processing"
},
{
"cve": "CVE-2026-59200",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-07-14T17:02:45.929986+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500060"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit a vulnerability in the PdfParser.PdfStream.decode() function when processing a crafted FlateDecode PDF stream. By providing a specially designed PDF file, the attacker could cause the application to exhaust available memory, leading to a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of service via crafted PDF stream",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The impact is limited to denial of service via memory exhaustion. A small crafted PDF input can force unbounded decompression, but this does not lead to code execution or information disclosure.",
"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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59200"
},
{
"category": "external",
"summary": "RHBZ#2500060",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500060"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59200",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59200"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59200",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59200"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/f7a31ea75e460e108c37126da1f47812f21f6b09",
"url": "https://github.com/python-pillow/Pillow/commit/f7a31ea75e460e108c37126da1f47812f21f6b09"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9718",
"url": "https://github.com/python-pillow/Pillow/pull/9718"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-jjj6-mw9f-p565",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-jjj6-mw9f-p565"
}
],
"release_date": "2026-07-14T16:09:05.091000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T14:04:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53520"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Denial of service via crafted PDF stream"
},
{
"cve": "CVE-2026-59204",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-07-14T16:02:11.802781+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted JPEG2000 image file. Due to incorrect calculation of memory requirements for image tiles, processing this file can lead to excessive memory consumption, resulting in a denial of service (DoS) through out-of-memory failures.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via crafted JPEG2000 image",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The impact is limited to denial of service via excessive memory allocation. A crafted JPEG2000 file can trigger out-of-memory failures, but this does not lead to code execution or information disclosure.",
"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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59204"
},
{
"category": "external",
"summary": "RHBZ#2500022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59204"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/13ada41172142f2fd9f0906f615a00ea623a11ca",
"url": "https://github.com/python-pillow/Pillow/commit/13ada41172142f2fd9f0906f615a00ea623a11ca"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9704",
"url": "https://github.com/python-pillow/Pillow/pull/9704"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-vjc4-5qp5-m44j",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-vjc4-5qp5-m44j"
}
],
"release_date": "2026-07-14T15:38:29.545000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T14:04:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53520"
},
{
"category": "workaround",
"details": "If the application does not need JPEG2000 support, block .jp2, .j2k, .jpf, and .jpx uploads at the input layer.\n\nFor services that do process JPEG2000, set memory limits on the process or container (LimitAS= in systemd, or memory limits in Kubernetes/Podman) so a crafted image can only crash the worker, not the whole host. Add automatic restarts (Restart=always in systemd, or container restart policies) so the service recovers from OOM kills without someone having to intervene.",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Denial of Service via crafted JPEG2000 image"
},
{
"cve": "CVE-2026-59205",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2026-07-14T17:02:11.367224+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500052"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows an attacker to trigger controlled native heap corruption by supplying an output image whose mode does not match the transform\u0027s declared output mode when using the ImageCms.ImageCmsTransform.apply API. This can lead to a denial of service (DoS) condition, making the affected system or application unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Controlled native heap corruption in ImageCms.ImageCmsTransform.apply API",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The impact is limited to denial of service. While the underlying issue is heap corruption via mode mismatch, it does not provide a controlled write primitive exploitable for code execution in affected Red Hat products.",
"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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59205"
},
{
"category": "external",
"summary": "RHBZ#2500052",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500052"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59205",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59205"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59205",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59205"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/a9ffc42bedf4fc0a7ef8d6486e7f9e81e3397721",
"url": "https://github.com/python-pillow/Pillow/commit/a9ffc42bedf4fc0a7ef8d6486e7f9e81e3397721"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9715",
"url": "https://github.com/python-pillow/Pillow/pull/9715"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-9hw9-ch79-4vh6",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-9hw9-ch79-4vh6"
}
],
"release_date": "2026-07-14T15:48:39.962000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T14:04:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53520"
},
{
"category": "workaround",
"details": "Most applications using Pillow\u0027s color management via profileToProfile() or applyTransform() are not exposed. Only code that calls ImageCmsTransform.apply() directly with a user-controlled output image whose mode does not match the transform can trigger the heap corruption. Audit your code for direct apply() calls to confirm.\n\nRHEL builds ship with ASLR, full RELRO/PIE, and FORTIFY_SOURCE by default, making escalation from crash to code execution much harder. For DoS containment, configure automatic service restart (Restart=always in systemd, or container restart policies) so the process recovers without manual intervention.",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Controlled native heap corruption in ImageCms.ImageCmsTransform.apply API"
},
{
"cve": "CVE-2026-59869",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-07-08T16:01:38.408322+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in js-yaml, a JavaScript YAML parser and dumper. A remote attacker could exploit this vulnerability by providing a specially crafted YAML document containing a chain of mappings with merge keys. This could cause the parser to consume excessive CPU resources, leading to a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "js-yaml: js-yaml: Denial of Service via crafted YAML documents",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Important. Red Hat products utilizing `js-yaml` to process untrusted YAML input are susceptible to a denial of service, as a remote attacker can provide a crafted document that consumes excessive CPU resources. This is considered Important due to the potential for service disruption without requiring authentication or complex attack vectors.",
"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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59869"
},
{
"category": "external",
"summary": "RHBZ#2498122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59869",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59869"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/24f13e79ee1343a7e30bd6f6c9d9cdbf0ac9b2b7",
"url": "https://github.com/nodeca/js-yaml/commit/24f13e79ee1343a7e30bd6f6c9d9cdbf0ac9b2b7"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/59423c6f8cdc78742ac00e25a4dd39ef16b702e4",
"url": "https://github.com/nodeca/js-yaml/commit/59423c6f8cdc78742ac00e25a4dd39ef16b702e4"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/releases/tag/3.15.0",
"url": "https://github.com/nodeca/js-yaml/releases/tag/3.15.0"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/releases/tag/4.3.0",
"url": "https://github.com/nodeca/js-yaml/releases/tag/4.3.0"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-52cp-r559-cp3m",
"url": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-52cp-r559-cp3m"
}
],
"release_date": "2026-07-08T15:15:54.675000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T14:04:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53520"
},
{
"category": "workaround",
"details": "To reduce exposure, restrict the processing of untrusted YAML documents by applications that rely on `js-yaml`. Implement robust input validation and sanitization for all YAML data originating from external or untrusted sources. Consider limiting network access to services that parse YAML content to trusted networks or clients through appropriate firewall configurations.",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "js-yaml: js-yaml: Denial of Service via crafted YAML documents"
},
{
"cve": "CVE-2026-59885",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-07-14T18:17:12.157807+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500380"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyasn1, a Python library for Abstract Syntax Notation One (ASN.1). The BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A remote attacker could exploit this by providing a specially crafted payload containing an OID with many arcs, leading to excessive CPU consumption and a denial of service (DoS) in applications that decode untrusted ASN.1 data. The corresponding encoders also exhibit this quadratic behavior when re-encoding attacker-supplied values.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: python-pyasn1: pyasn1: Denial of Service via crafted ASN.1 OBJECT IDENTIFIER",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in pyasn1. The BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A small crafted payload containing an OID with many arcs consumes excessive CPU per decode() call, allowing denial of service in applications that decode untrusted ASN.1 data (certificates, LDAP, SNMP, Kerberos). The corresponding encoders exhibit the same behavior when re-encoding attacker-supplied values. The arc-size limit introduced for CVE-2026-23490 does not mitigate this issue. This issue is fixed in pyasn1 version 0.6.4.",
"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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59885"
},
{
"category": "external",
"summary": "RHBZ#2500380",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500380"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59885",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59885"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59885",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59885"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/45bdb19eb7df4b3780fe9c912c63e99bffc39dd9",
"url": "https://github.com/pyasn1/pyasn1/commit/45bdb19eb7df4b3780fe9c912c63e99bffc39dd9"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-8ppf-4f7h-5ppj",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-8ppf-4f7h-5ppj"
}
],
"release_date": "2026-07-14T16:40:00.515000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T14:04:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53520"
},
{
"category": "workaround",
"details": "Update to pyasn1 version 0.6.4 or later when available for your product stream. The impact is limited to availability (denial of service) \u2014 an attacker cannot access or modify data. Applications that do not process untrusted ASN.1 input are at reduced risk.",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: python-pyasn1: pyasn1: Denial of Service via crafted ASN.1 OBJECT IDENTIFIER"
},
{
"cve": "CVE-2026-59886",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T17:01:19.689422+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500041"
}
],
"notes": [
{
"category": "description",
"text": "A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value, this can cause excessive CPU and memory consumption, leading to a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in pyasn1, rated as Important, could lead to a denial of service in Red Hat products that process untrusted ASN.1 data. A remote attacker could send a specially crafted BER, CER, or DER encoded REAL value with a large exponent, causing applications to consume excessive resources during decoding operations such as printing, logging, or arithmetic, thereby rendering the service unavailable.",
"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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59886"
},
{
"category": "external",
"summary": "RHBZ#2500041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500041"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59886",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59886"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59886"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886",
"url": "https://github.com/pyasn1/pyasn1/commit/e60c691cb91addb8fcefa2f537e85ede6fb1e886"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-hm4w-wwcw-mr6r"
}
],
"release_date": "2026-07-14T16:38:29.691000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T14:04:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto 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 Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53520"
},
{
"category": "workaround",
"details": "When processing untrusted ASN.1 data with pyasn1, avoid calling prettyPrint(), str(), float(), int(), or performing comparisons or arithmetic on decoded Real (ASN.1 REAL type) objects. Instead, inspect the raw (mantissa, base, exponent) tuple directly. Where logging decoded ASN.1 structures is necessary, filter out or sanitize Real-typed values before conversion.",
"product_ids": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:18b2bce956cfc6f6fbcd58be41b3a4ed9429336bd5d7c4b100f267b90a207c8e_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:a34629c7545fcb9fcc3ab9cb641eb5c8ebb6296a1d3fdaa73db75b6f236d9a18_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/clair-rhel8@sha256:f58bdb68a2cca947dcd330bbfbc9d2ef5e9d0015eded00f74856345b6a962962_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5b566b025d232e63ee8bbc6768c5c27aa0dc4760362aca1e82b588d61ff06f0f_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f42892b36358ff044d9f0542f207837ae3c1f1d021e9906489ffe04aaeda493_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:66ece0a989503dfa46045c70c8f8937775b3dc7324fbcbfcbc68c940b882a708_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:8c4c0ae660f538767064ca9a2a98003e60b6960e5290d5d70d95e9913958b890_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0bff8e6bbe9eb4cb03dc3ccc09325d64988a81dd31d1b468462f3feb0a41e02_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:42fc54dce8bc2ccfaa992560a4893248b449f8bd0fe58f2ed71a407f16518c26_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:467a021912c1193ef407d4a8183f4c686e15158e581cf21350fa12cd94d32296_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-builder-rhel8@sha256:8cc3f4757c27ccab1bcfeddf93a8f3cc820563aba0a174545e649843fe4fce17_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f892742e326b7434c6430f1eef16412143b7798954eedd49b946f0f78323dccc_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5ce39e31a69193bac6b30b61f0c5731fdc57740071c642e53f57be2eae9fa979_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca62a0f23d2b2de9bc5fcaf06cfa0546a0320ddd8ec64e1a7cd583904227d973_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:f1728933739482fa3838501620a8386f29c85fe01e35e8ef6aa952d454143a1b_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-bundle@sha256:42395aa2236cdfbaa5396e6d81559506dfe122159c67bc37aba15ab9cb584ee0_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:00ef0609a8b831bead9c9dbb061e3de37203f13618239620b8ddef5460e29012_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:377c751454d9edf35778cbf738b4fb44aed9ef046fe4259efec77535ed3c29f5_amd64",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-operator-rhel8@sha256:f6cb5880c7fd302051aa69a14da04efded389890443aaabf7f6e0af8761330e9_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:2909ad1c51b87aede3203ae8a343fd590e90f27d7ec5714929eb69d5dc742d52_ppc64le",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:37553aa3ccffb385972f98b0a01c096a8ebdd17931953d724dd5e9736820880e_s390x",
"Red Hat Quay 3.10:registry.redhat.io/quay/quay-rhel8@sha256:967c0ce73afdafe4fe21dc196bc938864b437f6a3c3af99b8247abfe4535b395_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values"
}
]
}
rlsa-2026:48021
Vulnerability from osv_rocky
Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.
Security Fix(es):
-
Pillow: Pillow: Native heap out-of-bounds write (CVE-2026-59197)
-
Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA image (CVE-2026-54058)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:8",
"name": "python-pillow",
"purl": "pkg:rpm/rocky-linux/python-pillow?distro=rocky-linux-8\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "AppStream"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:5.1.1-23.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"database_specific": {
"license": "CC-BY-4.0",
"license_url": "https://creativecommons.org/licenses/by/4.0/",
"source_advisory": "RHSA-2026:48021"
},
"details": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* Pillow: Pillow: Native heap out-of-bounds write (CVE-2026-59197)\n\n* Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA image (CVE-2026-54058)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"id": "RLSA-2026:48021",
"modified": "2026-08-11T18:09:38.651302Z",
"published": "2026-07-31T06:01:08.097987Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:48021"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500043"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500057"
},
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:48021"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"type": "CVSS_V3"
}
],
"summary": "Important: python-pillow security update",
"upstream": [
"CVE-2026-54058",
"CVE-2026-59197"
]
}
SUSE-SU-2026:3084-1
Vulnerability from csaf_suse - Published: 2026-07-16 17:46 - Updated: 2026-07-16 17:46| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-Pillow",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-Pillow fixes the following issues\n\n- CVE-2026-54058: out-of-bounds read via attacker-controlled row stride on `mmap` path (bsc#1271419).\n- CVE-2026-59197: heap out-of-bounds write in `ImageFilter.RankFilter` via integer overflow in `ImagingExpand`\n (bsc#1271418).\n- CVE-2026-59198: out-of-bounds heap data copied into file generated by TGA RLE encoder (bsc#1271420).\n- CVE-2026-59199: heap out-of-bounds write in `Image.paste()` and `Image.crop()` via signed coordinate overflow\n (bsc#1271421).\n- CVE-2026-59200: decompression bomb DoS via `PdfParser.PdfStream.decode()` (bsc#1271422).\n- CVE-2026-59204: denial of service through memory exhaustion via JPEG2000 tiled decoder (bsc#1271424).\n- CVE-2026-59205: controlled heap out-of-bounds write in `ImageCmsTransform.apply()` via output mode mismatch\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-3084,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-3084",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_3084-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:3084-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20263084-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:3084-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-July/048415.html"
},
{
"category": "self",
"summary": "SUSE Bug 1271418",
"url": "https://bugzilla.suse.com/1271418"
},
{
"category": "self",
"summary": "SUSE Bug 1271419",
"url": "https://bugzilla.suse.com/1271419"
},
{
"category": "self",
"summary": "SUSE Bug 1271420",
"url": "https://bugzilla.suse.com/1271420"
},
{
"category": "self",
"summary": "SUSE Bug 1271421",
"url": "https://bugzilla.suse.com/1271421"
},
{
"category": "self",
"summary": "SUSE Bug 1271422",
"url": "https://bugzilla.suse.com/1271422"
},
{
"category": "self",
"summary": "SUSE Bug 1271424",
"url": "https://bugzilla.suse.com/1271424"
},
{
"category": "self",
"summary": "SUSE Bug 1271425",
"url": "https://bugzilla.suse.com/1271425"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-54058 page",
"url": "https://www.suse.com/security/cve/CVE-2026-54058/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-59197 page",
"url": "https://www.suse.com/security/cve/CVE-2026-59197/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-59198 page",
"url": "https://www.suse.com/security/cve/CVE-2026-59198/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-59199 page",
"url": "https://www.suse.com/security/cve/CVE-2026-59199/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-59200 page",
"url": "https://www.suse.com/security/cve/CVE-2026-59200/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-59204 page",
"url": "https://www.suse.com/security/cve/CVE-2026-59204/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-59205 page",
"url": "https://www.suse.com/security/cve/CVE-2026-59205/"
}
],
"title": "Security update for python-Pillow",
"tracking": {
"current_release_date": "2026-07-16T17:46:49Z",
"generator": {
"date": "2026-07-16T17:46:49Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:3084-1",
"initial_release_date": "2026-07-16T17:46:49Z",
"revision_history": [
{
"date": "2026-07-16T17:46:49Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"product": {
"name": "python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"product_id": "python3-Pillow-7.2.0-150300.3.30.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-Pillow-tk-7.2.0-150300.3.30.1.aarch64",
"product": {
"name": "python3-Pillow-tk-7.2.0-150300.3.30.1.aarch64",
"product_id": "python3-Pillow-tk-7.2.0-150300.3.30.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-Pillow-7.2.0-150300.3.30.1.i586",
"product": {
"name": "python3-Pillow-7.2.0-150300.3.30.1.i586",
"product_id": "python3-Pillow-7.2.0-150300.3.30.1.i586"
}
},
{
"category": "product_version",
"name": "python3-Pillow-tk-7.2.0-150300.3.30.1.i586",
"product": {
"name": "python3-Pillow-tk-7.2.0-150300.3.30.1.i586",
"product_id": "python3-Pillow-tk-7.2.0-150300.3.30.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"product": {
"name": "python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"product_id": "python3-Pillow-7.2.0-150300.3.30.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-Pillow-tk-7.2.0-150300.3.30.1.ppc64le",
"product": {
"name": "python3-Pillow-tk-7.2.0-150300.3.30.1.ppc64le",
"product_id": "python3-Pillow-tk-7.2.0-150300.3.30.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-Pillow-7.2.0-150300.3.30.1.s390x",
"product": {
"name": "python3-Pillow-7.2.0-150300.3.30.1.s390x",
"product_id": "python3-Pillow-7.2.0-150300.3.30.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-Pillow-tk-7.2.0-150300.3.30.1.s390x",
"product": {
"name": "python3-Pillow-tk-7.2.0-150300.3.30.1.s390x",
"product_id": "python3-Pillow-tk-7.2.0-150300.3.30.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-Pillow-7.2.0-150300.3.30.1.x86_64",
"product": {
"name": "python3-Pillow-7.2.0-150300.3.30.1.x86_64",
"product_id": "python3-Pillow-7.2.0-150300.3.30.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-Pillow-tk-7.2.0-150300.3.30.1.x86_64",
"product": {
"name": "python3-Pillow-tk-7.2.0-150300.3.30.1.x86_64",
"product_id": "python3-Pillow-tk-7.2.0-150300.3.30.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Pillow-7.2.0-150300.3.30.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64"
},
"product_reference": "python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Pillow-7.2.0-150300.3.30.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le"
},
"product_reference": "python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Pillow-7.2.0-150300.3.30.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x"
},
"product_reference": "python3-Pillow-7.2.0-150300.3.30.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Pillow-7.2.0-150300.3.30.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
},
"product_reference": "python3-Pillow-7.2.0-150300.3.30.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-54058",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-54058"
}
],
"notes": [
{
"category": "general",
"text": "Pillow is a Python imaging library. Prior to 12.3.0, when Pillow loads an uncompressed McIdas AREA image from a filename through the mmap raw codec path, attacker-controlled header words can set a row stride smaller than the natural row width, causing pixel access such as Image.tobytes(), getpixel, convert, or save to read beyond the mapped region and disclose adjacent process memory or fault. This issue is fixed in version 12.3.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-54058",
"url": "https://www.suse.com/security/cve/CVE-2026-54058"
},
{
"category": "external",
"summary": "SUSE Bug 1271419 for CVE-2026-54058",
"url": "https://bugzilla.suse.com/1271419"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-16T17:46:49Z",
"details": "moderate"
}
],
"title": "CVE-2026-54058"
},
{
"cve": "CVE-2026-59197",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-59197"
}
],
"notes": [
{
"category": "general",
"text": "Pillow is a Python imaging library. Prior to 12.3.0, Pillow\u0027s public rank-filter API can trigger a native heap out-of-bounds write when given a very large odd filter size because ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation and ImagingExpand() computes output dimensions with unchecked signed int arithmetic. This issue is fixed in version 12.3.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-59197",
"url": "https://www.suse.com/security/cve/CVE-2026-59197"
},
{
"category": "external",
"summary": "SUSE Bug 1271418 for CVE-2026-59197",
"url": "https://bugzilla.suse.com/1271418"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-16T17:46:49Z",
"details": "moderate"
}
],
"title": "CVE-2026-59197"
},
{
"cve": "CVE-2026-59198",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-59198"
}
],
"notes": [
{
"category": "general",
"text": "Pillow is a Python imaging library. From 5.2.0 until 12.3.0, Pillow\u0027s TGA RLE encoder reads past its packed row buffer when saving a mode 1 image with TGA RLE compression, allowing adjacent process heap bytes to be copied into the generated TGA file. This issue is fixed in version 12.3.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-59198",
"url": "https://www.suse.com/security/cve/CVE-2026-59198"
},
{
"category": "external",
"summary": "SUSE Bug 1271420 for CVE-2026-59198",
"url": "https://bugzilla.suse.com/1271420"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-16T17:46:49Z",
"details": "moderate"
}
],
"title": "CVE-2026-59198"
},
{
"cve": "CVE-2026-59199",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-59199"
}
],
"notes": [
{
"category": "general",
"text": "Pillow is a Python imaging library. Prior to 12.3.0, Pillow public image coordinate APIs can trigger a native heap out-of-bounds write when given coordinates near the signed 32-bit integer limits in Image.paste(), Image.crop(), or Image.alpha_composite(). This issue is fixed in version 12.3.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-59199",
"url": "https://www.suse.com/security/cve/CVE-2026-59199"
},
{
"category": "external",
"summary": "SUSE Bug 1271421 for CVE-2026-59199",
"url": "https://bugzilla.suse.com/1271421"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-16T17:46:49Z",
"details": "moderate"
}
],
"title": "CVE-2026-59199"
},
{
"cve": "CVE-2026-59200",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-59200"
}
],
"notes": [
{
"category": "general",
"text": "Pillow is a Python imaging library. From 5.1.0 until 12.3.0, PdfParser.PdfStream.decode() in PIL/PdfParser.py calls zlib.decompress() with bufsize set to the PDF stream Length field without bounding the decompressed output size, allowing a crafted FlateDecode PDF stream to exhaust memory from a small file. This issue is fixed in version 12.3.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-59200",
"url": "https://www.suse.com/security/cve/CVE-2026-59200"
},
{
"category": "external",
"summary": "SUSE Bug 1271422 for CVE-2026-59200",
"url": "https://bugzilla.suse.com/1271422"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-16T17:46:49Z",
"details": "moderate"
}
],
"title": "CVE-2026-59200"
},
{
"cve": "CVE-2026-59204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-59204"
}
],
"notes": [
{
"category": "general",
"text": "Pillow is a Python imaging library. From 8.2.0 through 12.2.0, src/libImaging/Jpeg2KDecode.c accumulates total_component_width across every tile in a JPEG2000 image instead of recomputing it per tile, allowing a crafted tiled JPEG2000 file to force substantially higher transient memory usage and trigger out-of-memory failures during decoding. This issue is fixed in version 12.3.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-59204",
"url": "https://www.suse.com/security/cve/CVE-2026-59204"
},
{
"category": "external",
"summary": "SUSE Bug 1271424 for CVE-2026-59204",
"url": "https://bugzilla.suse.com/1271424"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-16T17:46:49Z",
"details": "moderate"
}
],
"title": "CVE-2026-59204"
},
{
"cve": "CVE-2026-59205",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-59205"
}
],
"notes": [
{
"category": "general",
"text": "Pillow is a Python imaging library. Prior to 12.3.0, Pillow\u0027s ImageCms.ImageCmsTransform.apply(im, imOut) API can trigger controlled native heap corruption when the caller supplies an output image whose mode does not match the transform\u0027s declared output mode. This issue is fixed in version 12.3.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-59205",
"url": "https://www.suse.com/security/cve/CVE-2026-59205"
},
{
"category": "external",
"summary": "SUSE Bug 1271425 for CVE-2026-59205",
"url": "https://bugzilla.suse.com/1271425"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-Pillow-7.2.0-150300.3.30.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-16T17:46:49Z",
"details": "moderate"
}
],
"title": "CVE-2026-59205"
}
]
}
ubuntu-cve-2026-59197
Vulnerability from osv_ubuntu
Pillow is a Python imaging library. Prior to 12.3.0, Pillow's public rank-filter API can trigger a native heap out-of-bounds write when given a very large odd filter size because ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation and ImagingExpand() computes output dimensions with unchecked signed int arithmetic. This issue is fixed in version 12.3.0.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python-imaging",
"binary_version": "2.3.0-1ubuntu3.4+esm5"
},
{
"binary_name": "python-imaging-compat",
"binary_version": "2.3.0-1ubuntu3.4+esm5"
},
{
"binary_name": "python-imaging-sane",
"binary_version": "2.3.0-1ubuntu3.4+esm5"
},
{
"binary_name": "python-imaging-tk",
"binary_version": "2.3.0-1ubuntu3.4+esm5"
},
{
"binary_name": "python-pil",
"binary_version": "2.3.0-1ubuntu3.4+esm5"
},
{
"binary_name": "python-pil.imagetk",
"binary_version": "2.3.0-1ubuntu3.4+esm5"
},
{
"binary_name": "python-sane",
"binary_version": "2.3.0-1ubuntu3.4+esm5"
},
{
"binary_name": "python3-imaging",
"binary_version": "2.3.0-1ubuntu3.4+esm5"
},
{
"binary_name": "python3-imaging-sane",
"binary_version": "2.3.0-1ubuntu3.4+esm5"
},
{
"binary_name": "python3-imaging-tk",
"binary_version": "2.3.0-1ubuntu3.4+esm5"
},
{
"binary_name": "python3-pil",
"binary_version": "2.3.0-1ubuntu3.4+esm5"
},
{
"binary_name": "python3-pil.imagetk",
"binary_version": "2.3.0-1ubuntu3.4+esm5"
},
{
"binary_name": "python3-sane",
"binary_version": "2.3.0-1ubuntu3.4+esm5"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "pillow",
"purl": "pkg:deb/ubuntu/pillow@2.3.0-1ubuntu3.4+esm5?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.2.1-1ubuntu2",
"2.2.1-2ubuntu1",
"2.2.1-3ubuntu2",
"2.2.1-3ubuntu3",
"2.2.1-3ubuntu4",
"2.2.1-3ubuntu6",
"2.3.0-1ubuntu1",
"2.3.0-1ubuntu2",
"2.3.0-1ubuntu3",
"2.3.0-1ubuntu3.2",
"2.3.0-1ubuntu3.3",
"2.3.0-1ubuntu3.4",
"2.3.0-1ubuntu3.4+esm1",
"2.3.0-1ubuntu3.4+esm2",
"2.3.0-1ubuntu3.4+esm3",
"2.3.0-1ubuntu3.4+esm4",
"2.3.0-1ubuntu3.4+esm5"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python-imaging",
"binary_version": "3.1.2-0ubuntu1.6+esm3"
},
{
"binary_name": "python-pil",
"binary_version": "3.1.2-0ubuntu1.6+esm3"
},
{
"binary_name": "python-pil.imagetk",
"binary_version": "3.1.2-0ubuntu1.6+esm3"
},
{
"binary_name": "python3-pil",
"binary_version": "3.1.2-0ubuntu1.6+esm3"
},
{
"binary_name": "python3-pil.imagetk",
"binary_version": "3.1.2-0ubuntu1.6+esm3"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "pillow",
"purl": "pkg:deb/ubuntu/pillow@3.1.2-0ubuntu1.6+esm3?arch=source\u0026distro=esm-infra/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.9.0-1",
"3.0.0-1",
"3.0.0-1build1",
"3.1.0-1",
"3.1.1-1",
"3.1.2-0ubuntu1",
"3.1.2-0ubuntu1.1",
"3.1.2-0ubuntu1.3",
"3.1.2-0ubuntu1.4",
"3.1.2-0ubuntu1.5",
"3.1.2-0ubuntu1.6",
"3.1.2-0ubuntu1.6+esm1",
"3.1.2-0ubuntu1.6+esm2",
"3.1.2-0ubuntu1.6+esm3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python-pil",
"binary_version": "5.1.0-1ubuntu0.8+esm2"
},
{
"binary_name": "python-pil.imagetk",
"binary_version": "5.1.0-1ubuntu0.8+esm2"
},
{
"binary_name": "python3-pil",
"binary_version": "5.1.0-1ubuntu0.8+esm2"
},
{
"binary_name": "python3-pil.imagetk",
"binary_version": "5.1.0-1ubuntu0.8+esm2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "pillow",
"purl": "pkg:deb/ubuntu/pillow@5.1.0-1ubuntu0.8+esm2?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.1.1-3build2",
"4.3.0-2ubuntu1",
"5.0.0-1",
"5.1.0-1",
"5.1.0-1ubuntu0.2",
"5.1.0-1ubuntu0.3",
"5.1.0-1ubuntu0.4",
"5.1.0-1ubuntu0.5",
"5.1.0-1ubuntu0.6",
"5.1.0-1ubuntu0.7",
"5.1.0-1ubuntu0.8",
"5.1.0-1ubuntu0.8+esm1",
"5.1.0-1ubuntu0.8+esm2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python3-pil",
"binary_version": "7.0.0-4ubuntu0.9"
},
{
"binary_name": "python3-pil.imagetk",
"binary_version": "7.0.0-4ubuntu0.9"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "pillow",
"purl": "pkg:deb/ubuntu/pillow@7.0.0-4ubuntu0.9?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.1.0-1",
"6.1.0-1build1",
"6.2.1-2",
"7.0.0-4",
"7.0.0-4build1",
"7.0.0-4ubuntu0.1",
"7.0.0-4ubuntu0.2",
"7.0.0-4ubuntu0.3",
"7.0.0-4ubuntu0.4",
"7.0.0-4ubuntu0.5",
"7.0.0-4ubuntu0.6",
"7.0.0-4ubuntu0.7",
"7.0.0-4ubuntu0.8",
"7.0.0-4ubuntu0.9"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python-pil",
"binary_version": "6.2.1-3ubuntu0.1~esm2"
},
{
"binary_name": "python-pil.imagetk",
"binary_version": "6.2.1-3ubuntu0.1~esm2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "pillow-python2",
"purl": "pkg:deb/ubuntu/pillow-python2@6.2.1-3ubuntu0.1~esm2?arch=source\u0026distro=esm-apps/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.2.1-3~build1",
"6.2.1-3",
"6.2.1-3ubuntu0.1~esm1",
"6.2.1-3ubuntu0.1~esm2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python3-pil",
"binary_version": "9.0.1-1ubuntu0.4"
},
{
"binary_name": "python3-pil.imagetk",
"binary_version": "9.0.1-1ubuntu0.4"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "pillow",
"purl": "pkg:deb/ubuntu/pillow@9.0.1-1ubuntu0.4?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"8.1.2+dfsg-0.3",
"9.0.0-1",
"9.0.1-1",
"9.0.1-1build1",
"9.0.1-1ubuntu0.1",
"9.0.1-1ubuntu0.2",
"9.0.1-1ubuntu0.3",
"9.0.1-1ubuntu0.4"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python3-pil",
"binary_version": "10.2.0-1ubuntu1.2"
},
{
"binary_name": "python3-pil.imagetk",
"binary_version": "10.2.0-1ubuntu1.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "pillow",
"purl": "pkg:deb/ubuntu/pillow@10.2.0-1ubuntu1.2?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"10.0.0-1",
"10.1.0-1",
"10.2.0-1",
"10.2.0-1build1",
"10.2.0-1ubuntu1",
"10.2.0-1ubuntu1.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python3-pil",
"binary_version": "12.1.1-2ubuntu1.2"
},
{
"binary_name": "python3-pil.imagetk",
"binary_version": "12.1.1-2ubuntu1.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "pillow",
"purl": "pkg:deb/ubuntu/pillow@12.1.1-2ubuntu1.2?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"11.3.0-1ubuntu1",
"11.3.0-1ubuntu2",
"12.0.0-1ubuntu1",
"12.1.1-1ubuntu1",
"12.1.1-2ubuntu1",
"12.1.1-2ubuntu1.1",
"12.1.1-2ubuntu1.2"
]
}
],
"aliases": [],
"details": "Pillow is a Python imaging library. Prior to 12.3.0, Pillow\u0027s public rank-filter API can trigger a native heap out-of-bounds write when given a very large odd filter size because ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before rank-filter size validation and ImagingExpand() computes output dimensions with unchecked signed int arithmetic. This issue is fixed in version 12.3.0.",
"id": "UBUNTU-CVE-2026-59197",
"modified": "2026-07-14T17:17:00Z",
"published": "2026-07-14T17:17:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-59197"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59197"
},
{
"type": "REPORT",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr"
},
{
"type": "REPORT",
"url": "https://github.com/python-pillow/Pillow/pull/9695"
},
{
"type": "REPORT",
"url": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1"
},
{
"type": "REPORT",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-59197"
]
}
WID-SEC-W-2026-2592
Vulnerability from csaf_certbund - Published: 2026-07-29 22:00 - Updated: 2026-08-10 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux <8
Red Hat / Enterprise Linux
|
<8 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux <8
Red Hat / Enterprise Linux
|
<8 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— |
| URL | Category |
|---|---|
| https://wid.cert-bund.de/.well-known/csaf/white/2… | self |
| https://wid.cert-bund.de/portal/wid/securityadvis… | self |
| https://access.redhat.com/errata/RHSA-2026:48021 | external |
| https://access.redhat.com/security/cve/cve-2026-54058 | external |
| https://access.redhat.com/security/cve/cve-2026-59197 | external |
| https://access.redhat.com/errata/RHSA-2026:48933 | external |
| https://linux.oracle.com/errata/ELSA-2026-48021.html | external |
| https://errata.build.resf.org/RLSA-2026:48021 | external |
| https://access.redhat.com/errata/RHSA-2026:50223 | external |
| https://access.redhat.com/errata/RHSA-2026:50319 | external |
| https://alas.aws.amazon.com/AL2/ALAS2-2026-3839.html | external |
| https://access.redhat.com/errata/RHSA-2026:50479 | external |
| https://access.redhat.com/errata/RHSA-2026:50340 | external |
| https://access.redhat.com/errata/RHSA-2026:50336 | external |
| https://access.redhat.com/errata/RHSA-2026:50931 | external |
| https://access.redhat.com/errata/RHSA-2026:52551 | external |
| https://access.redhat.com/errata/RHSA-2026:52968 | external |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux (Pillow) ausnutzen, um Informationen offenzulegen, um einen Denial of Service Angriff durchzuf\u00fchren, und um Daten zu manipulieren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-2592 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-2592.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-2592 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-2592"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:48021 vom 2026-07-29",
"url": "https://access.redhat.com/errata/RHSA-2026:48021"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2026-07-29",
"url": "https://access.redhat.com/security/cve/cve-2026-54058"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2026-07-29",
"url": "https://access.redhat.com/security/cve/cve-2026-59197"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:48933 vom 2026-07-31",
"url": "https://access.redhat.com/errata/RHSA-2026:48933"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-48021 vom 2026-07-31",
"url": "https://linux.oracle.com/errata/ELSA-2026-48021.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:48021 vom 2026-07-31",
"url": "https://errata.build.resf.org/RLSA-2026:48021"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:50223 vom 2026-08-04",
"url": "https://access.redhat.com/errata/RHSA-2026:50223"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:50319 vom 2026-08-05",
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2026-3839 vom 2026-08-05",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2026-3839.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:50479 vom 2026-08-05",
"url": "https://access.redhat.com/errata/RHSA-2026:50479"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:50340 vom 2026-08-04",
"url": "https://access.redhat.com/errata/RHSA-2026:50340"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:50336 vom 2026-08-04",
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:50931 vom 2026-08-06",
"url": "https://access.redhat.com/errata/RHSA-2026:50931"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:52551 vom 2026-08-10",
"url": "https://access.redhat.com/errata/RHSA-2026:52551"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:52968 vom 2026-08-10",
"url": "https://access.redhat.com/errata/RHSA-2026:52968"
}
],
"source_lang": "en-US",
"title": "Red Hat Enterprise Linux (Pillow): Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-08-10T22:00:00.000+00:00",
"generator": {
"date": "2026-08-11T08:57:04.764+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-2592",
"initial_release_date": "2026-07-29T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-07-29T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-07-30T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat, Oracle Linux und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-08-04T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat und Amazon aufgenommen"
},
{
"date": "2026-08-05T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-08-09T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-08-10T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "6"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T056236",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T054581",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8",
"product": {
"name": "Red Hat Enterprise Linux \u003c8",
"product_id": "T057413"
}
},
{
"category": "product_version",
"name": "8",
"product": {
"name": "Red Hat Enterprise Linux 8",
"product_id": "T057413-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-54058",
"product_status": {
"known_affected": [
"T056236",
"T057413",
"T054581",
"67646",
"398363"
]
},
"release_date": "2026-07-29T22:00:00.000+00:00",
"title": "CVE-2026-54058"
},
{
"cve": "CVE-2026-59197",
"product_status": {
"known_affected": [
"T056236",
"T057413",
"T054581",
"67646",
"398363"
]
},
"release_date": "2026-07-29T22:00:00.000+00:00",
"title": "CVE-2026-59197"
}
]
}
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.